ALib C++ Library
Library Version: 2510 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
alib::format::PropertyFormatter::IdentifierEntry Struct Reference

Description:

The entry type of translation table.

Definition at line 196 of file propertyformatter.inl.

Collaboration diagram for alib::format::PropertyFormatter::IdentifierEntry:
[legend]

Public Field Index:

TCallback Callback
 
int MinimumRecognitionLength
 
String Name
 The identifier string to search in the original format string.
 

Field Details:

◆ Callback

TCallback alib::format::PropertyFormatter::IdentifierEntry::Callback

The callback function for this identifier. See Callback Functions.

Definition at line 207 of file propertyformatter.inl.

◆ MinimumRecognitionLength

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 203 of file propertyformatter.inl.

◆ Name

String alib::format::PropertyFormatter::IdentifierEntry::Name

The identifier string to search in the original format string.

Definition at line 199 of file propertyformatter.inl.


The documentation for this struct was generated from the following file: