formatType
- void formatType(typeof(null) value, ref ubyte[DataSize!type] data)
- void formatType(ref ubyte[DataSize!type] data)
- void formatType(bool value, ref ubyte[DataSize!type] data)
nothrow @nogc pure @safe
void
formatType
(
,ref ubyte[DataSize!type] data )
- void formatType(ref ubyte[DataSize!type] data)
- void formatType(bool value, ref ubyte[DataSize!type] data)
- void formatType(ref ubyte[DataSize!type] data)
- void formatType(ubyte value, ref ubyte[DataSize!type] data)
- void formatType(byte value, ref ubyte[DataSize!type] data)
- void formatType(ubyte value, ref ubyte[DataSize!type] data)
- void formatType(ushort value, ref ubyte[DataSize!type] data)
- void formatType(uint value, ref ubyte[DataSize!type] data)
- void formatType(ulong value, ref ubyte[DataSize!type] data)
- void formatType(byte value, ref ubyte[DataSize!type] data)
- void formatType(short value, ref ubyte[DataSize!type] data)
- void formatType(int value, ref ubyte[DataSize!type] data)
- void formatType(long value, ref ubyte[DataSize!type] data)
- void formatType(float value, ref ubyte[DataSize!type] data)
- void formatType(double value, ref ubyte[DataSize!type] data)
- void formatType(ubyte length, ref ubyte[DataSize!type] data)
- void formatType(ubyte length, ref ubyte[DataSize!type] data)
- void formatType(ushort length, ref ubyte[DataSize!type] data)
- void formatType(uint length, ref ubyte[DataSize!type] data)
- void formatType(ubyte length, ref ubyte[DataSize!type] data)
- void formatType(ushort length, ref ubyte[DataSize!type] data)
- void formatType(uint length, ref ubyte[DataSize!type] data)
- void formatType(ubyte length, ref ubyte[DataSize!type] data)
- void formatType(ushort length, ref ubyte[DataSize!type] data)
- void formatType(uint length, ref ubyte[DataSize!type] data)
- void formatType(ubyte length, ref ubyte[DataSize!type] data)
- void formatType(ushort length, ref ubyte[DataSize!type] data)
- void formatType(uint length, ref ubyte[DataSize!type] data)
- void formatType(ubyte extType, ref ubyte[1] value, ref ubyte[DataSize!type] data)
- void formatType(ubyte extType, ref ubyte[2] value, ref ubyte[DataSize!type] data)
- void formatType(ubyte extType, ref ubyte[4] value, ref ubyte[DataSize!type] data)
- void formatType(ubyte extType, ref ubyte[8] value, ref ubyte[DataSize!type] data)
- void formatType(ubyte extType, ref ubyte[16] value, ref ubyte[DataSize!type] data)
- void formatType(ubyte length, ubyte extType, ref ubyte[DataSize!type] data)
- void formatType(ushort length, ubyte extType, ref ubyte[DataSize!type] data)
- void formatType(uint length, ubyte extType, ref ubyte[DataSize!type] data)
msgpack_ll
enumsfunctionsstructs
Serialize a value to a certain type.