In file /home/blah/darwin2k/src/d2k/d2kcore/componentDB.h:a database of discrete components, lists of discrete components, and grouped lists of components for use by Darwin2k modules
Public Methods
-
componentDB(void)
- constructor
-
~componentDB(void)
- destructor
-
const component* getComponent(int i) const
- returns the i'th component
-
const componentContext* getContext(int i) const
- returns the i'th component context
-
const componentContext* getContextByName(const char* name) const
- returns the component context with the specified name, or NULL if the specified context was not found
-
componentList* getComponentListByName(const char* name) const
- returns the component list of the specified name
-
int numContexts(void) const
- returns the number of component contexts
-
int numComponents(void) const
- returns the number of components
Documentation
a database of discrete components, lists of discrete components,
and grouped lists of components for use by Darwin2k modules
- componentDB(void)
- constructor
- ~componentDB(void)
- destructor
- const component* getComponent(int i) const
- returns the i'th component
- const componentContext* getContext(int i) const
- returns the i'th component context
- const componentContext* getContextByName(const char* name) const
- returns the component context with the specified name, or NULL
if the specified context was not found
- componentList* getComponentListByName(const char* name) const
- returns the component list of the specified name
- int numContexts(void) const
- returns the number of component contexts
- int numComponents(void) const
- returns the number of components
- This class has no child classes.
- Friends:
- componentContext
componentList
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.