#include <Registry.hpp>
|
| virtual | ~Registry ()=default |
| template<typename Key, typename T> |
| std::pair< boost::associative_property_map< std::map< Key, T > >, bool > | add_property_map (const std::string &name) |
| template<typename Key, typename T> |
| const boost::associative_property_map< std::map< Key, T > > | property_map (const std::string &name) const |
Definition at line 17 of file Registry.hpp.
◆ ~Registry()
| virtual ReUseX::geometry::Registry::~Registry |
( |
| ) |
|
|
virtualdefault |
◆ add_property_map()
template<typename Key, typename T>
| std::pair< boost::associative_property_map< std::map< Key, T > >, bool > ReUseX::geometry::Registry::add_property_map |
( |
const std::string & | name | ) |
|
|
inline |
◆ property_map()
template<typename Key, typename T>
| const boost::associative_property_map< std::map< Key, T > > ReUseX::geometry::Registry::property_map |
( |
const std::string & | name | ) |
const |
|
inline |
The documentation for this class was generated from the following file: