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

#include <cartotype_string.h>

Public Member Functions

 Tag ()=default
 
 Tag (const MString &aKey, const MString &aValue)
 

Public Attributes

String Key
 
String Value
 

Detailed Description

A key-value pair; often referred to as a tag.

Constructor & Destructor Documentation

◆ Tag() [1/2]

CartoTypeCore::Tag::Tag ( )
default

Creates a Tag with an empty key and value.

◆ Tag() [2/2]

CartoTypeCore::Tag::Tag ( const MString aKey,
const MString aValue 
)
inline

Creates a Tag with a specified key and value.

Member Data Documentation

◆ Key

String CartoTypeCore::Tag::Key

The key.

◆ Value

String CartoTypeCore::Tag::Value

The value.


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