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

#include <cartotype_string.h>

Public Member Functions

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

Public Attributes

CString m_key
 
CString m_value
 

Detailed Description

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

Constructor & Destructor Documentation

◆ CTag() [1/2]

CartoType::CTag::CTag ( )
default

Creates a CTag with an empty key and value.

◆ CTag() [2/2]

CartoType::CTag::CTag ( const MString aKey,
const MString aValue 
)
inline

Creates a CTag with a specified key and value.

Member Data Documentation

◆ m_key

CString CartoType::CTag::m_key

The key.

◆ m_value

CString CartoType::CTag::m_value

The value.


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