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::CMapObject::CMatch Class Reference

#include <cartotype_map_object.h>

Public Attributes

CString iKey
 
CString iValue
 
size_t iStart
 
size_t iEnd
 

Detailed Description

Information returned by GetMatch.

Member Data Documentation

◆ iEnd

size_t CartoType::CMapObject::CMatch::iEnd

The end position of the matched text within the value.

◆ iKey

CString CartoType::CMapObject::CMatch::iKey

The name of the attribute in which the matched text was found.

◆ iStart

size_t CartoType::CMapObject::CMatch::iStart

The start position of the matched text within the value.

◆ iValue

CString CartoType::CMapObject::CMatch::iValue

The value of the attribute in which the matched text was found.


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