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

Wrapper of a std::map<std::string, BaseObjectNNPtr> More...

#include <util.hpp>

Public Member Functions

PropertyMapset (const std::string &key, const BaseObjectNNPtr &val)
 Set a BaseObjectNNPtr as the value of a key.
 
PropertyMapset (const std::string &key, const char *val)
 Set a string as the value of a key.
 
PropertyMapset (const std::string &key, const std::string &val)
 Set a string as the value of a key.
 
PropertyMapset (const std::string &key, int val)
 Set a integer as the value of a key.
 
PropertyMapset (const std::string &key, bool val)
 Set a boolean as the value of a key.
 
PropertyMapset (const std::string &key, const std::vector< std::string > &array)
 Set a vector of strings as the value of a key.
 

Detailed Description

Wrapper of a std::map<std::string, BaseObjectNNPtr>


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