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

#include <cartotype_map_object.h>

Public Attributes

bool Found = false
 
String Key
 
String Value
 
size_t Start = 0
 
size_t End = 0
 

Detailed Description

Information returned by MapObject::Match.

Member Data Documentation

◆ End

size_t CartoTypeCore::MapObjectMatch::End = 0

The end position of the matched text within the value.

◆ Found

bool CartoTypeCore::MapObjectMatch::Found = false

True if a match was found.

◆ Key

String CartoTypeCore::MapObjectMatch::Key

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

◆ Start

size_t CartoTypeCore::MapObjectMatch::Start = 0

The start position of the matched text within the value.

◆ Value

String CartoTypeCore::MapObjectMatch::Value

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


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