iSeqOpFactory Struct Reference
A factory to create sequence operators. More...
#include <tools/sequences.h>
Inheritance diagram for iSeqOpFactory:

Public Member Functions | |
| virtual csPtr< iSeqOp > | CreateSeqOp (iCelParameterBlock *params)=0 |
| Create a sequence operation. | |
| virtual iSeqOpType * | GetSeqOpType () const =0 |
| Get the type for this factory. | |
| virtual bool | Load (iDocumentNode *node)=0 |
| Load this factory from a document node. | |
| virtual bool | Save (iDocumentNode *node)=0 |
| Save this factory to a document node. | |
Detailed Description
A factory to create sequence operators.
Factories are created by an iSeqOpType instance.
Definition at line 63 of file sequences.h.
Member Function Documentation
| virtual csPtr<iSeqOp> iSeqOpFactory::CreateSeqOp | ( | iCelParameterBlock * | params | ) | [pure virtual] |
Create a sequence operation.
- Parameters:
-
params are the parameters with which this reward is instantiated.
| virtual iSeqOpType* iSeqOpFactory::GetSeqOpType | ( | ) | const [pure virtual] |
Get the type for this factory.
| virtual bool iSeqOpFactory::Load | ( | iDocumentNode * | node | ) | [pure virtual] |
Load this factory from a document node.
- Parameters:
-
node is the node for the operation.
- Returns:
- false on error (reporter is used to report).
| virtual bool iSeqOpFactory::Save | ( | iDocumentNode * | node | ) | [pure virtual] |
Save this factory to a document node.
- Parameters:
-
node is the node for the operation.
- Returns:
- false on error (reporter is used to report).
The documentation for this struct was generated from the following file:
- tools/sequences.h
Generated for CEL: Crystal Entity Layer 2.1 by doxygen 1.6.1
