The entry type of translation table.
Definition at line 198 of file propertyformatter.inl.
Public Field Index: | |
| TCallback | Callback |
| int | MinimumRecognitionLength |
| String | Name |
| The identifier string to search in the original format string. | |
| TCallback alib::format::PropertyFormatter::IdentifierEntry::Callback |
The callback function for this identifier.
Definition at line 209 of file propertyformatter.inl.
| int alib::format::PropertyFormatter::IdentifierEntry::MinimumRecognitionLength |
The minimum characters of the identifier to read in the format string. If less or equal to zero, abbreviations are not allowed.
Definition at line 205 of file propertyformatter.inl.
| String alib::format::PropertyFormatter::IdentifierEntry::Name |
The identifier string to search in the original format string.
Definition at line 201 of file propertyformatter.inl.