ALib C++ Library
Library Version: 2312 R0
Documentation generated by doxygen
Public Fields | List of all members
PropertyFormatter::IdentifierEntry Struct Reference

#include <propertyformatter.hpp>

Collaboration diagram for PropertyFormatter::IdentifierEntry:
[legend]

Class Description

The entry type of translation table.

Definition at line 214 of file propertyformatter.hpp.

Public Fields

TCallback Callback
 
int MinimumRecognitionLength
 
String Name
 

Member Data Documentation

◆ Callback

TCallback Callback

The callback function for this identifier. See Callback Functions.

Definition at line 225 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 221 of file propertyformatter.hpp.

◆ Name

String Name

The identifier string to search in the original format string.

Definition at line 217 of file propertyformatter.hpp.


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