![]() |
SSP21-CPP
|
ser4cpp header-only library namespace More...
Classes | |
class | Bit16 |
class | Bit32 |
class | Bit64 |
class | Buffer |
class | DoubleFloat |
class | EndianHelpers |
struct | FloatByteOrder |
class | HasLength |
class | HexConversions |
class | RSeq |
class | SingleFloat |
class | StaticBuffer |
class | StaticOnly |
class | UBit48 |
class | UInt48Type |
class | UInt8 |
class | Uncopyable |
class | WSeq |
Typedefs | |
typedef RSeq< uint32_t > | rseq_t |
typedef WSeq< uint32_t > | wseq_t |
typedef Bit16< int16_t, 1, 0 > | Int16 |
typedef Bit16< uint16_t, 1, 0 > | UInt16 |
typedef Bit32< int32_t, 3, 2, 1, 0 > | Int32 |
typedef Bit32< uint32_t, 3, 2, 1, 0 > | UInt32 |
typedef Bit64< int64_t, 7, 6, 5, 4, 3, 2, 1, 0 > | Int64 |
typedef Bit64< uint64_t, 7, 6, 5, 4, 3, 2, 1, 0 > | UInt64 |
typedef EndianHelpers< Int16, UInt16, Int32, UInt32, Int64, UInt64 > | BigEndian |
typedef UBit48< 0, 1, 2, 3, 4, 5 > | UInt48 |
typedef EndianHelpers< Int16, UInt16, Int32, UInt32, Int64, UInt64 > | LittleEndian |
ser4cpp header-only library namespace