iCelParameterIterator Struct Reference
Iterator to iterate over the parameters of a property class template. More...
#include <physicallayer/entitytpl.h>
Inheritance diagram for iCelParameterIterator:

Public Member Functions | |
| virtual bool | HasNext () const =0 |
| Is there another parameter? | |
| virtual iParameter * | Next (csStringID &id)=0 |
| Get next parameter. | |
Detailed Description
Iterator to iterate over the parameters of a property class template.
Definition at line 44 of file entitytpl.h.
Member Function Documentation
| virtual bool iCelParameterIterator::HasNext | ( | ) | const [pure virtual] |
Is there another parameter?
| virtual iParameter* iCelParameterIterator::Next | ( | csStringID & | id | ) | [pure virtual] |
Get next parameter.
The documentation for this struct was generated from the following file:
- physicallayer/entitytpl.h
Generated for CEL: Crystal Entity Layer 2.1 by doxygen 1.6.1
