formatType

Serialize a value to a certain type.

  1. void formatType(typeof(null) value, ref ubyte[DataSize!type] data)
  2. void formatType(ref ubyte[DataSize!type] data)
  3. void formatType(bool value, ref ubyte[DataSize!type] data)
  4. void formatType(ref ubyte[DataSize!type] data)
  5. void formatType(bool value, ref ubyte[DataSize!type] data)
  6. void formatType(ref ubyte[DataSize!type] data)
  7. void formatType(ubyte value, ref ubyte[DataSize!type] data)
  8. void formatType(byte value, ref ubyte[DataSize!type] data)
  9. void formatType(ubyte value, ref ubyte[DataSize!type] data)
  10. void formatType(ushort value, ref ubyte[DataSize!type] data)
  11. void formatType(uint value, ref ubyte[DataSize!type] data)
  12. void formatType(ulong value, ref ubyte[DataSize!type] data)
  13. void formatType(byte value, ref ubyte[DataSize!type] data)
  14. void formatType(short value, ref ubyte[DataSize!type] data)
  15. void formatType(int value, ref ubyte[DataSize!type] data)
  16. void formatType(long value, ref ubyte[DataSize!type] data)
  17. void formatType(float value, ref ubyte[DataSize!type] data)
  18. void formatType(double value, ref ubyte[DataSize!type] data)
  19. void formatType(ubyte length, ref ubyte[DataSize!type] data)
  20. void formatType(ubyte length, ref ubyte[DataSize!type] data)
  21. void formatType(ushort length, ref ubyte[DataSize!type] data)
  22. void formatType(uint length, ref ubyte[DataSize!type] data)
  23. void formatType(ubyte length, ref ubyte[DataSize!type] data)
  24. void formatType(ushort length, ref ubyte[DataSize!type] data)
  25. void formatType(uint length, ref ubyte[DataSize!type] data)
  26. void formatType(ubyte length, ref ubyte[DataSize!type] data)
  27. void formatType(ushort length, ref ubyte[DataSize!type] data)
  28. void formatType(uint length, ref ubyte[DataSize!type] data)
  29. void formatType(ubyte length, ref ubyte[DataSize!type] data)
  30. void formatType(ushort length, ref ubyte[DataSize!type] data)
  31. void formatType(uint length, ref ubyte[DataSize!type] data)
  32. void formatType(ubyte extType, ref ubyte[1] value, ref ubyte[DataSize!type] data)
  33. void formatType(ubyte extType, ref ubyte[2] value, ref ubyte[DataSize!type] data)
  34. void formatType(ubyte extType, ref ubyte[4] value, ref ubyte[DataSize!type] data)
  35. void formatType(ubyte extType, ref ubyte[8] value, ref ubyte[DataSize!type] data)
    nothrow @nogc pure @safe
    void
    formatType
    ()
    (
    ubyte extType
    ,
    ref ubyte[8] value
    ,
    ref ubyte[DataSize!type] data
    )
  36. void formatType(ubyte extType, ref ubyte[16] value, ref ubyte[DataSize!type] data)
  37. void formatType(ubyte length, ubyte extType, ref ubyte[DataSize!type] data)
  38. void formatType(ushort length, ubyte extType, ref ubyte[DataSize!type] data)
  39. void formatType(uint length, ubyte extType, ref ubyte[DataSize!type] data)
  40. void testFixExt(ubyte extType, ref T value)

Meta