PROJ C++ API
Public Member Functions | List of all members
osgeo::proj::util::BoxedValue Class Referencefinal

Encapsulate standard datatypes in an object. More...

#include <util.hpp>

Inheritance diagram for osgeo::proj::util::BoxedValue:
Inheritance graph
[legend]
Collaboration diagram for osgeo::proj::util::BoxedValue:
Collaboration graph
[legend]

Public Member Functions

 BoxedValue (const char *stringValueIn)
 Constructs a BoxedValue from a string.
 
 BoxedValue (const std::string &stringValueIn)
 Constructs a BoxedValue from a string.
 
 BoxedValue (int integerValueIn)
 Constructs a BoxedValue from an integer.
 
 BoxedValue (bool booleanValueIn)
 Constructs a BoxedValue from a boolean.
 

Detailed Description

Encapsulate standard datatypes in an object.


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