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

#include <cartotype_map_object.h>

Public Attributes

int64_t Int
 
void * Ptr
 
CartoTypeCore::IntPair IntPair
 

Detailed Description

A type for arbitrary user-defined data associated with a map object.

Member Data Documentation

◆ Int

int64_t CartoTypeCore::UserData::Int

The integer value.

◆ IntPair

CartoTypeCore::IntPair CartoTypeCore::UserData::IntPair

A pair of integers.

◆ Ptr

void* CartoTypeCore::UserData::Ptr

The pointer value.


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