StringFormatter Member List
This is the complete list of members for
StringFormatter, including all inherited members.
| DefaultUnkownFormat(char *&dstEnd, ConversionSpec &spec) | StringFormatter | [protected] |
| FlagHash enum value | StringFormatter | [protected] |
| FlagMinus enum value | StringFormatter | [protected] |
| FlagPlus enum value | StringFormatter | [protected] |
| Flags enum name | StringFormatter | [protected] |
| FlagSpace enum value | StringFormatter | [protected] |
| FlagZero enum value | StringFormatter | [protected] |
| Format(const char *formatString,...) | StringFormatter | |
| FormatTextBufferSize | StringFormatter | [static] |
| HexDumpLine(const void *data, size_t size, ptrdiff_t addressOffset=0) | StringFormatter | |
| HexDumpLineSize | StringFormatter | [static] |
| LengthMod_h enum value | StringFormatter | [protected] |
| LengthMod_hh enum value | StringFormatter | [protected] |
| LengthMod_l enum value | StringFormatter | [protected] |
| LengthMod_L enum value | StringFormatter | [protected] |
| LengthMod_ll enum value | StringFormatter | [protected] |
| LengthMod_unknown enum value | StringFormatter | [protected] |
| Out(const char *text, size_t textSize)=0 | StringFormatter | [protected, pure virtual] |
| Out(char character, size_t repeatCount)=0 | StringFormatter | [protected, pure virtual] |
| PushDecimal(ulonglong val, char *dst, int precision=-1) | StringFormatter | [static] |
| PushHex(ulonglong val, char *dst, int precision=-1, int x='x', int prefix=false) | StringFormatter | [static] |
| PushOctal(ulonglong val, char *dst, int precision=-1, int prefix=false) | StringFormatter | [static] |
| SignedInt enum value | StringFormatter | [protected] |
| UnkownFormat(char *&dstEnd, ConversionSpec &spec) | StringFormatter | [protected, virtual] |
| VFormat(const char *formatString, va_list args) | StringFormatter | |