CartoType C++ API 7.8.2, 2022-03-25
for Windows, Linux, Qt and other platforms supporting C++ development
Public Attributes | List of all members
CartoType::TAbbreviationTableEntry Class Reference

#include <cartotype_string.h>

Public Attributes

const char *const m_long_form = ""
 
const char *const m_short_form = ""
 
TAbbreviationType m_type = TAbbreviationType::Any
 

Detailed Description

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

Member Data Documentation

◆ m_long_form

const char* const CartoType::TAbbreviationTableEntry::m_long_form = ""

The unabbreviated form of the word, in lower case.

◆ m_short_form

const char* const CartoType::TAbbreviationTableEntry::m_short_form = ""

The abbreviated form of the word, in lower case.

◆ m_type

TAbbreviationType CartoType::TAbbreviationTableEntry::m_type = TAbbreviationType::Any

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


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