C++ Extensions (cppx) Documentation Internal Version
Main | Namespaces | Classes | NamespaceMembers | ClassMembers | Files

stdx::PropertyList Class Reference

List of all members.

Public Types

Public Methods

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
 

bool stdx::PropertyList::has const PropertyHandle   p const
 

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:
Generated on Mon Aug 15 21:43:10 2005 by Doxygen 1.2.13-20020210 written by Dimitri van Heesch © 1997-2002