CartoType C++ API 8.8-7-gb35e4dc71
for Windows, Linux, Qt and other platforms supporting C++ development
Public Attributes | List of all members
CartoTypeCore::AbbreviationTableEntry Class Reference

#include <cartotype_string.h>

Public Attributes

const char *const LongForm = ""
 
const char *const ShortForm = ""
 
AbbreviationType Type = AbbreviationType::Any
 

Detailed Description

An abbreviation as stored as static data in an abbreviation table.

Member Data Documentation

◆ LongForm

const char* const CartoTypeCore::AbbreviationTableEntry::LongForm = ""

The unabbreviated form of the word, in lower case.

◆ ShortForm

const char* const CartoTypeCore::AbbreviationTableEntry::ShortForm = ""

The abbreviated form of the word, in lower case.

◆ Type

AbbreviationType CartoTypeCore::AbbreviationTableEntry::Type = AbbreviationType::Any

The type, determining where in a phrase the abbreviation can be used.


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