![]() |
Public API Reference |
A factory to create sequence operators. More...
#include <tools/sequences.h>
Public Member Functions | |
| virtual csPtr< iSeqOp > | CreateSeqOp (const celParams ¶ms)=0 |
| Create a sequence operation. | |
| virtual bool | Load (iDocumentNode *node)=0 |
| Load this factory from a document node. | |
A factory to create sequence operators.
Factories are created by an iSeqOpType instance.
Definition at line 71 of file sequences.h.
| virtual csPtr<iSeqOp> iSeqOpFactory::CreateSeqOp | ( | const celParams & | params | ) | [pure virtual] |
Create a sequence operation.
| params | are the parameters with which this reward is instantiated. |
| virtual bool iSeqOpFactory::Load | ( | iDocumentNode * | node | ) | [pure virtual] |
Load this factory from a document node.
| node | is the node for the operation. |