Regina Calculation Engine
Public Member Functions | List of all members
regina::xml::XMLPropertyDict Class Reference

Represents a map from property names to property values. More...

#include <utilities/xmlutils.h>

Inheritance diagram for regina::xml::XMLPropertyDict:

Public Member Functions

 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...
 
 XMLPropertyDict (const XMLPropertyDict &)=delete
 
XMLPropertyDictoperator= (const XMLPropertyDict &)=delete
 

Detailed Description

Represents a map from property names to property values.

Python:\n Not present.

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

Copyright © 1999-2020, The Regina development team
This software is released under the GNU General Public License, with some additional permissions; see the source code for details.
For further information, or to submit a bug or other problem, please contact Ben Burton (bab@maths.uq.edu.au).