![]() |
TSDuck v3.43-4480
MPEG Transport Stream Toolkit
|
This is the complete list of members for ts::ByteBlock, including all inherited members.
| append(const void *data, size_type size) | ts::ByteBlock | inline |
| append(const ByteBlock &bb) | ts::ByteBlock | inline |
| append(const std::string &s) | ts::ByteBlock | inline |
| append(uint8_t i, size_type size) | ts::ByteBlock | inline |
| append(INT i) | ts::ByteBlock | inline |
| append(std::istream &strm, size_t maxSize=std::numeric_limits< size_t >::max()) | ts::ByteBlock | |
| appendBCD(uint32_t value, size_t bcd_count, bool left_justified=true, uint8_t pad_nibble=0) | ts::ByteBlock | |
| appendFromFile(const UString &fileName, size_t maxSize=std::numeric_limits< size_t >::max(), Report *report=nullptr) | ts::ByteBlock | |
| appendInt16(int16_t i) | ts::ByteBlock | inline |
| appendInt16BE(int16_t i) | ts::ByteBlock | inline |
| appendInt16LE(int16_t i) | ts::ByteBlock | inline |
| appendInt24(int32_t i) | ts::ByteBlock | inline |
| appendInt24BE(int32_t i) | ts::ByteBlock | inline |
| appendInt24LE(int32_t i) | ts::ByteBlock | inline |
| appendInt32(int32_t i) | ts::ByteBlock | inline |
| appendInt32BE(int32_t i) | ts::ByteBlock | inline |
| appendInt32LE(int32_t i) | ts::ByteBlock | inline |
| appendInt64(int64_t i) | ts::ByteBlock | inline |
| appendInt64BE(int64_t i) | ts::ByteBlock | inline |
| appendInt64LE(int64_t i) | ts::ByteBlock | inline |
| appendInt8(int8_t i) | ts::ByteBlock | inline |
| appendToFile(const UString &fileName, Report *report=nullptr) const | ts::ByteBlock | |
| appendUInt16(uint16_t i) | ts::ByteBlock | inline |
| appendUInt16BE(uint16_t i) | ts::ByteBlock | inline |
| appendUInt16LE(uint16_t i) | ts::ByteBlock | inline |
| appendUInt24(uint32_t i) | ts::ByteBlock | inline |
| appendUInt24BE(uint32_t i) | ts::ByteBlock | inline |
| appendUInt24LE(uint32_t i) | ts::ByteBlock | inline |
| appendUInt32(uint32_t i) | ts::ByteBlock | inline |
| appendUInt32BE(uint32_t i) | ts::ByteBlock | inline |
| appendUInt32LE(uint32_t i) | ts::ByteBlock | inline |
| appendUInt40(uint64_t i) | ts::ByteBlock | inline |
| appendUInt40BE(uint64_t i) | ts::ByteBlock | inline |
| appendUInt40LE(uint64_t i) | ts::ByteBlock | inline |
| appendUInt48(uint64_t i) | ts::ByteBlock | inline |
| appendUInt48BE(uint64_t i) | ts::ByteBlock | inline |
| appendUInt48LE(uint64_t i) | ts::ByteBlock | inline |
| appendUInt64(uint64_t i) | ts::ByteBlock | inline |
| appendUInt64BE(uint64_t i) | ts::ByteBlock | inline |
| appendUInt64LE(uint64_t i) | ts::ByteBlock | inline |
| appendUInt8(uint8_t i) | ts::ByteBlock | inline |
| appendUTF8(const UString &s) | ts::ByteBlock | |
| appendUTF8WithByteLength(const UString &s) | ts::ByteBlock | |
| ByteBlock(size_type size=0) | ts::ByteBlock | explicit |
| ByteBlock(size_type size, uint8_t value) | ts::ByteBlock | |
| ByteBlock(const void *data, size_type size) | ts::ByteBlock | |
| ByteBlock(const char *str) | ts::ByteBlock | |
| ByteBlock(std::initializer_list< uint8_t > init) | ts::ByteBlock | |
| ByteVector typedef | ts::ByteBlock | |
| copy(const void *data, size_type size) | ts::ByteBlock | |
| dataEnd() const | ts::ByteBlock | inline |
| dataEnd() | ts::ByteBlock | inline |
| enlarge(size_type n) | ts::ByteBlock | |
| erase(size_type first, size_type size) | ts::ByteBlock | |
| find(uint8_t value, size_type start=0) | ts::ByteBlock | |
| loadFromFile(const UString &fileName, size_t maxSize=std::numeric_limits< size_t >::max(), Report *report=nullptr) | ts::ByteBlock | |
| read(std::istream &strm, size_t maxSize=std::numeric_limits< size_t >::max()) | ts::ByteBlock | |
| saveToFile(const UString &fileName, Report *report=nullptr) const | ts::ByteBlock | |
| write(std::ostream &strm) const | ts::ByteBlock |