Represents a map from property names to property values.
More...
#include <utilities/xmlutils.h>
|
| XMLPropertyDict () |
| Create a new map. More...
|
|
const std::string & | lookup (const std::string &key) const |
| Return a value for the given key, or the empty string if the key does not exist in the map. More...
|
|
Represents a map from property names to property values.
- Python:
- Not present.
regina::xml::XMLPropertyDict::XMLPropertyDict |
( |
| ) |
|
|
inline |
const std::string & regina::xml::XMLPropertyDict::lookup |
( |
const std::string & |
key | ) |
const |
|
inline |
Return a value for the given key, or the empty string if the key does not exist in the map.
- Parameters
-
- Returns
- the value associated with the given key, or the empty string if the key does not exist in the map.
The documentation for this class was generated from the following file: