Detailed Documentation
Member Typedef Documentation
| typedef std::pair<PropertyHandle*,PropertyValueHandle*> stdx::PropertyList::pair_t
|
|
| typedef std::list<pair_t> stdx::PropertyList::plist_t
|
|
| typedef plist_t::iterator stdx::PropertyList::iterator
|
|
| typedef plist_t::const_iterator stdx::PropertyList::const_iterator
|
|
| typedef plist_t::reference stdx::PropertyList::reference
|
|
| typedef plist_t::const_reference stdx::PropertyList::const_reference
|
|
Constructor & Destructor Documentation
| stdx::PropertyList::PropertyList |
( |
|
) |
|
|
| stdx::PropertyList::~PropertyList |
( |
|
) |
|
|
| stdx::PropertyList::PropertyList |
( |
const PropertyList & |
plist |
) |
|
|
Member Function Documentation
| PropertyList& stdx::PropertyList::operator= |
( |
const PropertyList & |
plist |
) |
|
|
|
template<class T> |
| T stdx::PropertyList::get |
( |
const Property< T > & |
p |
) |
const |
|
|
template<class T, class V> |
| T stdx::PropertyList::get |
( |
const Property< T > & |
p, |
|
|
const V & |
val |
|
) |
const |
|
|
template<class T, class V> |
| void stdx::PropertyList::set |
( |
const Property< T > & |
p, |
|
|
const V & |
val |
|
) |
|
|
| void stdx::PropertyList::mergeProperties |
( |
const PropertyList & |
plist |
) |
|
|
| std::list< std::pair<std::string,std::string> > stdx::PropertyList::convertToStrings |
( |
|
) |
const |
|
The documentation for this class was generated from the following file: