ALBA
|
This is the complete list of members for albaStorageElement, including all inherited members.
albaStorageElement(albaStorageElement *parent, albaStorage *storage) | albaStorageElement | protected |
AppendChild(const char *name)=0 | albaStorageElement | pure virtual |
ChildrenVector typedef | albaStorageElement | |
FindNestedElement(const char *name) | albaStorageElement | virtual |
GetAttribute(const char *name, albaString &value)=0 | albaStorageElement | pure virtual |
GetAttributeAsDouble(const char *name, double &value) | albaStorageElement | |
GetAttributeAsInteger(const char *name, albaID &value) | albaStorageElement | |
GetChildren()=0 | albaStorageElement | pure virtual |
GetName()=0 | albaStorageElement | pure virtual |
GetNestedElementsByName(const char *name, std::vector< albaStorageElement * > &list) | albaStorageElement | virtual |
GetParent() | albaStorageElement | inline |
GetStorage() | albaStorageElement | inline |
m_Children | albaStorageElement | protected |
m_Parent | albaStorageElement | protected |
m_Storage | albaStorageElement | protected |
RestoreDouble(const char *name, double &value) | albaStorageElement | |
RestoreDouble(double &value) | albaStorageElement | |
RestoreInteger(const char *name, int &value) | albaStorageElement | |
RestoreInteger(int &value) | albaStorageElement | |
RestoreMatrix(const char *name, albaMatrix *matrix) | albaStorageElement | |
RestoreMatrix(albaMatrix *matrix)=0 | albaStorageElement | pure virtual |
RestoreObject(const char *name, albaStorable *object) | albaStorageElement | |
RestoreObject(const char *name) | albaStorageElement | |
RestoreObject() | albaStorageElement | |
RestoreObjectVector(const char *name, std::vector< albaObject * > &vector, const char *items_name="Item") | albaStorageElement | virtual |
RestoreObjectVector(albaStorageElement *element, std::vector< albaObject * > &vector, const char *items_name="Item") | albaStorageElement | virtual |
RestoreText(const char *name, char *&buffer) | albaStorageElement | |
RestoreText(const char *name, albaString &buffer) | albaStorageElement | |
RestoreText(albaString &buffer)=0 | albaStorageElement | pure virtual |
RestoreText(char *&buffer) | albaStorageElement | virtual |
RestoreVectorN(const char *name, double *comps, unsigned int num) | albaStorageElement | |
RestoreVectorN(const char *name, int *comps, unsigned int num) | albaStorageElement | |
RestoreVectorN(const char *name, std::vector< double > &comps, unsigned int num) | albaStorageElement | |
RestoreVectorN(const char *name, std::vector< int > &comps, unsigned int num) | albaStorageElement | |
RestoreVectorN(const char *name, std::vector< albaString > &comps, unsigned int num, const char *tag) | albaStorageElement | |
RestoreVectorN(double *comps, unsigned int num)=0 | albaStorageElement | pure virtual |
RestoreVectorN(int *comps, unsigned int num)=0 | albaStorageElement | pure virtual |
RestoreVectorN(std::vector< double > &comps, unsigned int num)=0 | albaStorageElement | pure virtual |
RestoreVectorN(std::vector< int > &comps, unsigned int num)=0 | albaStorageElement | pure virtual |
RestoreVectorN(std::vector< albaString > &comps, unsigned int num, const char *tag)=0 | albaStorageElement | pure virtual |
SetAttribute(const char *name, const char *value)=0 | albaStorageElement | pure virtual |
SetAttribute(const char *name, const albaID value) | albaStorageElement | |
SetAttribute(const char *name, const double value) | albaStorageElement | |
SetParent(albaStorageElement *element) | albaStorageElement | inlineprotected |
SetStorage(albaStorage *storage) | albaStorageElement | inlineprotected |
StoreDouble(const char *name, const double &value) | albaStorageElement | |
StoreInteger(const char *name, const int &value) | albaStorageElement | |
StoreMatrix(const char *name, const albaMatrix *matrix)=0 | albaStorageElement | pure virtual |
StoreObject(const char *name, albaObject *object) | albaStorageElement | |
StoreObject(const char *name, albaStorable *storable, const char *type_name) | albaStorageElement | protected |
StoreObjectVector(const char *name, const std::vector< albaObject * > &vector, const char *items_name="Item") | albaStorageElement | virtual |
StoreText(const char *name, const char *text)=0 | albaStorageElement | pure virtual |
StoreVectorN(const char *name, double *comps, int num)=0 | albaStorageElement | pure virtual |
StoreVectorN(const char *name, int *comps, int num)=0 | albaStorageElement | pure virtual |
StoreVectorN(const char *name, const std::vector< double > &comps, int num)=0 | albaStorageElement | pure virtual |
StoreVectorN(const char *name, const std::vector< int > &comps, int num)=0 | albaStorageElement | pure virtual |
StoreVectorN(const char *name, const std::vector< albaString > &comps, int num, const char *tag)=0 | albaStorageElement | pure virtual |
UpgradeAttribute(const char *attribute) | albaStorageElement | |
~albaStorageElement() | albaStorageElement | virtual |