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

#include <cartotype_string.h>

Inheritance diagram for CartoType::CRefCountedString:

Public Member Functions

 CRefCountedString ()
 
 CRefCountedString (const CString &aText)
 
 CRefCountedString (std::nullptr_t)
 

Detailed Description

A type for reference-counted strings, which are used for layer names in map objects.

Constructor & Destructor Documentation

◆ CRefCountedString() [1/3]

CartoType::CRefCountedString::CRefCountedString ( )
inline

Creates a ref-counted string containing a shared pointer to an empty string.

◆ CRefCountedString() [2/3]

CartoType::CRefCountedString::CRefCountedString ( const CString aText)
inline

Creates a ref-counted string containing aText.

◆ CRefCountedString() [3/3]

CartoType::CRefCountedString::CRefCountedString ( std::nullptr_t  )
inline

Creates a ref-counted string containing an empty shared pointer. Note that the default constructor does not do this but creates a shared pointer to an empty string.


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