mir.format_impl

Members

Functions

assumePureSafe
auto assumePureSafe(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
extendASCII
size_t extendASCII(char* from, wchar* to, size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
extendASCII
size_t extendASCII(char* from, dchar* to, size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
printBufferShift
size_t printBufferShift(size_t length, size_t shift, char* ptr)
Undocumented in source. Be warned that the author may not have intended to support it.
printBufferShift
size_t printBufferShift(size_t length, size_t shift, wchar* ptr)
Undocumented in source. Be warned that the author may not have intended to support it.
printBufferShift
size_t printBufferShift(size_t length, size_t shift, dchar* ptr)
Undocumented in source. Be warned that the author may not have intended to support it.
printBufferShiftGen
size_t printBufferShiftGen(size_t length, size_t shift, C* ptr)
Undocumented in source. Be warned that the author may not have intended to support it.
printFloatingPoint
size_t printFloatingPoint(float c, FormatSpec spec, char[512] buf)

/////// FLOATING POINT //////////

printFloatingPoint
size_t printFloatingPoint(double c, FormatSpec spec, char[512] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
printFloatingPoint
size_t printFloatingPoint(real c, FormatSpec spec, char[512] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
printFloatingPoint
size_t printFloatingPoint(float c, FormatSpec spec, wchar[512] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
printFloatingPoint
size_t printFloatingPoint(double c, FormatSpec spec, wchar[512] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
printFloatingPoint
size_t printFloatingPoint(real c, FormatSpec spec, wchar[512] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
printFloatingPoint
size_t printFloatingPoint(float c, FormatSpec spec, dchar[512] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
printFloatingPoint
size_t printFloatingPoint(double c, FormatSpec spec, dchar[512] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
printFloatingPoint
size_t printFloatingPoint(real c, FormatSpec spec, dchar[512] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
printFloatingPointExtend
size_t printFloatingPointExtend(T c, FormatSpec spec, C[512] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
printFloatingPointGen
size_t printFloatingPointGen(T c, FormatSpec spec, char[512] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
printHexAddress
size_t printHexAddress(ubyte c, char[2] buf, bool upper)
Undocumented in source. Be warned that the author may not have intended to support it.
printHexAddress
size_t printHexAddress(ushort c, char[4] buf, bool upper)
Undocumented in source. Be warned that the author may not have intended to support it.
printHexAddress
size_t printHexAddress(uint c, char[8] buf, bool upper)
Undocumented in source. Be warned that the author may not have intended to support it.
printHexAddress
size_t printHexAddress(ulong c, char[16] buf, bool upper)
Undocumented in source. Be warned that the author may not have intended to support it.
printHexAddress
size_t printHexAddress(ucent c, char[32] buf, bool upper)
Undocumented in source. Be warned that the author may not have intended to support it.
printHexAddress
size_t printHexAddress(ubyte c, wchar[2] buf, bool upper)
Undocumented in source. Be warned that the author may not have intended to support it.
printHexAddress
size_t printHexAddress(ushort c, wchar[4] buf, bool upper)
Undocumented in source. Be warned that the author may not have intended to support it.
printHexAddress
size_t printHexAddress(uint c, wchar[8] buf, bool upper)
Undocumented in source. Be warned that the author may not have intended to support it.
printHexAddress
size_t printHexAddress(ulong c, wchar[16] buf, bool upper)
Undocumented in source. Be warned that the author may not have intended to support it.
printHexAddress
size_t printHexAddress(ucent c, wchar[32] buf, bool upper)
Undocumented in source. Be warned that the author may not have intended to support it.
printHexAddress
size_t printHexAddress(ubyte c, dchar[2] buf, bool upper)
Undocumented in source. Be warned that the author may not have intended to support it.
printHexAddress
size_t printHexAddress(ushort c, dchar[4] buf, bool upper)
Undocumented in source. Be warned that the author may not have intended to support it.
printHexAddress
size_t printHexAddress(uint c, dchar[8] buf, bool upper)
Undocumented in source. Be warned that the author may not have intended to support it.
printHexAddress
size_t printHexAddress(ulong c, dchar[16] buf, bool upper)
Undocumented in source. Be warned that the author may not have intended to support it.
printHexAddress
size_t printHexAddress(ucent c, dchar[32] buf, bool upper)
Undocumented in source. Be warned that the author may not have intended to support it.
printHexAddressGen
size_t printHexAddressGen(T c, C[T.sizeof * 2] buf, bool upper)
Undocumented in source. Be warned that the author may not have intended to support it.
printHexadecimal
size_t printHexadecimal(uint c, char[8] buf, bool upper)
Undocumented in source. Be warned that the author may not have intended to support it.
printHexadecimal
size_t printHexadecimal(ulong c, char[16] buf, bool upper)
Undocumented in source. Be warned that the author may not have intended to support it.
printHexadecimal
size_t printHexadecimal(ucent c, char[32] buf, bool upper)
Undocumented in source. Be warned that the author may not have intended to support it.
printHexadecimal
size_t printHexadecimal(uint c, wchar[8] buf, bool upper)
Undocumented in source. Be warned that the author may not have intended to support it.
printHexadecimal
size_t printHexadecimal(ulong c, wchar[16] buf, bool upper)
Undocumented in source. Be warned that the author may not have intended to support it.
printHexadecimal
size_t printHexadecimal(ucent c, wchar[32] buf, bool upper)
Undocumented in source. Be warned that the author may not have intended to support it.
printHexadecimal
size_t printHexadecimal(uint c, dchar[8] buf, bool upper)
Undocumented in source. Be warned that the author may not have intended to support it.
printHexadecimal
size_t printHexadecimal(ulong c, dchar[16] buf, bool upper)
Undocumented in source. Be warned that the author may not have intended to support it.
printHexadecimal
size_t printHexadecimal(ucent c, dchar[32] buf, bool upper)
Undocumented in source. Be warned that the author may not have intended to support it.
printHexadecimalGen
size_t printHexadecimalGen(T c, C[T.sizeof * 2] buf, bool upper)
Undocumented in source. Be warned that the author may not have intended to support it.
printIntegralZeroImpl
W printIntegralZeroImpl(W w, I c, size_t zeroLen)
Undocumented in source. Be warned that the author may not have intended to support it.
printSigned
size_t printSigned(int c, char[11] buf, char sign)
Undocumented in source. Be warned that the author may not have intended to support it.
printSigned
size_t printSigned(long c, char[21] buf, char sign)
Undocumented in source. Be warned that the author may not have intended to support it.
printSigned
size_t printSigned(cent c, char[40] buf, char sign)
Undocumented in source. Be warned that the author may not have intended to support it.
printSigned
size_t printSigned(int c, wchar[11] buf, wchar sign)
Undocumented in source. Be warned that the author may not have intended to support it.
printSigned
size_t printSigned(long c, wchar[21] buf, wchar sign)
Undocumented in source. Be warned that the author may not have intended to support it.
printSigned
size_t printSigned(cent c, wchar[40] buf, wchar sign)
Undocumented in source. Be warned that the author may not have intended to support it.
printSigned
size_t printSigned(int c, dchar[11] buf, dchar sign)
Undocumented in source. Be warned that the author may not have intended to support it.
printSigned
size_t printSigned(long c, dchar[21] buf, dchar sign)
Undocumented in source. Be warned that the author may not have intended to support it.
printSigned
size_t printSigned(cent c, dchar[40] buf, dchar sign)
Undocumented in source. Be warned that the author may not have intended to support it.
printSignedGen
size_t printSignedGen(T c, C[N] buf, C sign)
Undocumented in source. Be warned that the author may not have intended to support it.
printSignedToTail
size_t printSignedToTail(int c, char[11] buf, char sign)
Undocumented in source. Be warned that the author may not have intended to support it.
printSignedToTail
size_t printSignedToTail(long c, char[21] buf, char sign)
Undocumented in source. Be warned that the author may not have intended to support it.
printSignedToTail
size_t printSignedToTail(cent c, char[40] buf, char sign)
Undocumented in source. Be warned that the author may not have intended to support it.
printSignedToTail
size_t printSignedToTail(int c, wchar[11] buf, wchar sign)
Undocumented in source. Be warned that the author may not have intended to support it.
printSignedToTail
size_t printSignedToTail(long c, wchar[21] buf, wchar sign)
Undocumented in source. Be warned that the author may not have intended to support it.
printSignedToTail
size_t printSignedToTail(cent c, wchar[40] buf, wchar sign)
Undocumented in source. Be warned that the author may not have intended to support it.
printSignedToTail
size_t printSignedToTail(int c, dchar[11] buf, dchar sign)
Undocumented in source. Be warned that the author may not have intended to support it.
printSignedToTail
size_t printSignedToTail(long c, dchar[21] buf, dchar sign)
Undocumented in source. Be warned that the author may not have intended to support it.
printSignedToTail
size_t printSignedToTail(cent c, dchar[40] buf, dchar sign)
Undocumented in source. Be warned that the author may not have intended to support it.
printSignedToTailGen
size_t printSignedToTailGen(T c, C[N] buf, C sign)
Undocumented in source. Be warned that the author may not have intended to support it.
printUnsigned
size_t printUnsigned(uint c, char[10] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
printUnsigned
size_t printUnsigned(ulong c, char[20] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
printUnsigned
size_t printUnsigned(ucent c, char[39] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
printUnsigned
size_t printUnsigned(uint c, wchar[10] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
printUnsigned
size_t printUnsigned(ulong c, wchar[20] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
printUnsigned
size_t printUnsigned(ucent c, wchar[39] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
printUnsigned
size_t printUnsigned(uint c, dchar[10] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
printUnsigned
size_t printUnsigned(ulong c, dchar[20] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
printUnsigned
size_t printUnsigned(ucent c, dchar[39] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
printUnsignedGen
size_t printUnsignedGen(T c, C[N] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
printUnsignedToTail
size_t printUnsignedToTail(uint c, char[10] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
printUnsignedToTail
size_t printUnsignedToTail(ulong c, char[20] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
printUnsignedToTail
size_t printUnsignedToTail(ucent c, char[39] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
printUnsignedToTail
size_t printUnsignedToTail(uint c, wchar[10] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
printUnsignedToTail
size_t printUnsignedToTail(ulong c, wchar[20] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
printUnsignedToTail
size_t printUnsignedToTail(ucent c, wchar[39] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
printUnsignedToTail
size_t printUnsignedToTail(uint c, dchar[10] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
printUnsignedToTail
size_t printUnsignedToTail(ulong c, dchar[20] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
printUnsignedToTail
size_t printUnsignedToTail(ucent c, dchar[39] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
printUnsignedToTailGen
size_t printUnsignedToTailGen(T c, C[N] buf)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

hexStringLower
auto hexStringLower;
Undocumented in source.
hexStringUpper
auto hexStringUpper;
Undocumented in source.

Meta