|
PROJ C++ API
|
Wrapper of a std::map<std::string, BaseObjectNNPtr> More...
#include <util.hpp>
Public Member Functions | |
| PropertyMap & | set (const std::string &key, const BaseObjectNNPtr &val) |
| Set a BaseObjectNNPtr as the value of a key. | |
| PropertyMap & | set (const std::string &key, const char *val) |
| Set a string as the value of a key. | |
| PropertyMap & | set (const std::string &key, const std::string &val) |
| Set a string as the value of a key. | |
| PropertyMap & | set (const std::string &key, int val) |
| Set a integer as the value of a key. | |
| PropertyMap & | set (const std::string &key, bool val) |
| Set a boolean as the value of a key. | |
| PropertyMap & | set (const std::string &key, const std::vector< std::string > &array) |
| Set a vector of strings as the value of a key. | |
Wrapper of a std::map<std::string, BaseObjectNNPtr>
1.8.11