Public Types | |
| typedef Map::iterator | iterator |
| typedef Map::const_iterator | const_iterator |
Public Member Functions | |
| drizzled::util::Storable * | getProperty (const std::string &arg) |
| template<class T > | |
| bool | setProperty (const std::string &arg, T *value) |
| iterator | begin () |
| iterator | end () |
| const_iterator | begin () const |
| const_iterator | end () const |
Private Types | |
|
typedef boost::unordered_map < std::string, util::Storable *, util::insensitive_hash, util::insensitive_equal_to > | Map |
Private Attributes | |
| Map | _properties |
Definition at line 35 of file property_map.h.