Public Member Functions | |
| CP_FormatToken () | |
| CP_FormatToken (const CP_FormatToken &rhs) | |
| CP_FormatToken & | operator= (const CP_FormatToken &rhs) |
| void | Reset () |
Accessors | |
| UInt32 | GetTokenFlags () const |
| Modifiers | GetTokenModifier () const |
| const CP_String & | GetTokenFace () const |
| Tokens | GetTokenType () const |
| int | GetTokenWidth () const |
| int | GetTokenPrecision () const |
| UInt32 | GetParameterPosition () const |
| const CP_String | GetTokenFormatString () const |
Protected Attributes | |
| UInt32 | fTokenFlags |
| Modifiers | fTokenModifiers |
| Tokens | fTokenType |
| UInt32 | fParameterPosition |
| int | fTokenWidth |
| int | fTokenPrecision |
| CP_String | fTokenFace |
Friends | |
| class | CP_FormatAlex |
| class | CP_String |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
For a token (based on it's properties) will create the format string that can be used by sprintf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.0