The entry type of translation table.
Definition at line 203 of file propertyformatter.hpp.
#include <propertyformatter.hpp>
Public Field Index: | |
TCallback | Callback |
int | MinimumRecognitionLength |
String | Name |
The identifier string to search in the original format string. | |
TCallback Callback |
The callback function for this identifier. See Callback Functions.
Definition at line 214 of file propertyformatter.hpp.
int 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 210 of file propertyformatter.hpp.
String Name |
The identifier string to search in the original format string.
Definition at line 206 of file propertyformatter.hpp.