ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
PropertyFormatter::IdentifierEntry Struct Reference

Description:

The entry type of translation table.

Definition at line 213 of file propertyformatter.hpp.

#include <propertyformatter.hpp>

Collaboration diagram for PropertyFormatter::IdentifierEntry:
[legend]

Public Field Index:

TCallback Callback
 
int MinimumRecognitionLength
 
String Name
 

Field Details:

◆ Callback

TCallback Callback

The callback function for this identifier. See Callback Functions.

Definition at line 224 of file propertyformatter.hpp.

◆ MinimumRecognitionLength

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 220 of file propertyformatter.hpp.

◆ Name

String Name

The identifier string to search in the original format string.

Definition at line 216 of file propertyformatter.hpp.


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