A set of key/value pairs used to store generic information.
More...
#include <KeyValues.hpp>
List of all members.
Detailed Description
A set of key/value pairs used to store generic information.
Member Function Documentation
| bool vl::KeyValues::has |
( |
const String & |
key ) |
const [inline] |
| void vl::KeyValues::erase |
( |
const String & |
key ) |
[inline] |
| void KeyValues::getKeys |
( |
std::vector< String > & |
keys ) |
const |
| void vl::KeyValues::clear |
( |
) |
[inline] |
| const std::map<String,String>& vl::KeyValues::keyValueMap |
( |
) |
const [inline] |
| std::map<String,String>& vl::KeyValues::keyValueMap |
( |
) |
[inline] |
| void KeyValues::print |
( |
) |
|
Member Data Documentation
The documentation for this class was generated from the following files:
- C:/VL/BuildSystem/VL_DISTRO/Visualization_Library_SDK/src/vl/KeyValues.hpp
- C:/VL/BuildSystem/VL_DISTRO/Visualization_Library_SDK/src/vl/KeyValues.cpp