Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members
celVariableParameterBlock Class Reference
Variable parameter block implementation. More...
#include <celtool/stdparams.h>
Inheritance diagram for celVariableParameterBlock:

Public Member Functions | |
celVariableParameterBlock () | |
virtual | ~celVariableParameterBlock () |
void | SetParameterDef (size_t idx, csStringID id, const char *parname) |
celData & | GetParameter (size_t idx) |
virtual size_t | GetParameterCount () const |
Get number of parameters. | |
virtual const char * | GetParameter (size_t idx, csStringID &id, celDataType &t) const |
Get parameter with index. | |
virtual const celData * | GetParameter (csStringID id) const |
Get parameter given an id. | |
Public Attributes | |
SCF_DECLARE_IBASE |
Detailed Description
Variable parameter block implementation.
Definition at line 133 of file stdparams.h.
Member Function Documentation
|
Get parameter given an id.
Implements iCelParameterBlock. Definition at line 175 of file stdparams.h. |
|
Get parameter with index. Returns the name and sets 'id' and 'type' to the appropriate values. Implements iCelParameterBlock. Definition at line 162 of file stdparams.h. |
|
Get number of parameters.
Implements iCelParameterBlock. Definition at line 161 of file stdparams.h. |
The documentation for this class was generated from the following file:
- celtool/stdparams.h
Generated for CEL: Crystal Entity Layer by doxygen 1.4.4