#include "common/common.h"#include "datahash/datahash.h"

Go to the source code of this file.
Classes | |
| struct | objtree::property_t | 
| abstraction of a general property of an object  More... | |
| struct | objtree::property_set_t | 
| a set of properties.  More... | |
| class | objtree::List | 
| How you interact with this object is the key to the objtree library.  More... | |
| class | objtree::Tree | 
| the root object for discovering objects  More... | |
Namespaces | |
| namespace | objtree | 
Functions | |
| bool | objtree::isValidPropertyName (IN const char *candidate_name) throw () | 
| returns true if the given name is an acceptable property name   | |
| bool | objtree::isTrue (IN const char *text) throw () | 
| smart_ptr< Datahash > | objtree::getDatahash (IN const property_set_t &pset) | 
| given a property set, serialize into a datahash object   | |
| void | objtree::getPropertySet (IN const Datahash *hash, OUT property_set_t &pset) | 
| given a datahash, deserialize into a property set   | |
 1.7.1