Drizzled Public API Documentation

drizzled::session::PropertyMap Class Reference

List of all members.

Public Types

typedef Map::iterator iterator
typedef Map::const_iterator const_iterator

Public Member Functions

drizzled::util::StorablegetProperty (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

Detailed Description

Definition at line 35 of file property_map.h.


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