![]() |
Public API Reference |
The seqop type is responsible for the creation of seqop factories. More...
#include <tools/sequences.h>
Public Member Functions | |
| virtual csPtr< iSeqOpFactory > | CreateSeqOpFactory ()=0 |
| Create a sequence operation factory. | |
| virtual const char * | GetName () const =0 |
| Return the name for this sequence operation type. | |
The seqop type is responsible for the creation of seqop factories.
If you want to define a new type of sequence operation then you must implement iSeqOpType, iSeqOpFactory, and iSeqOp.
Definition at line 95 of file sequences.h.
| virtual csPtr<iSeqOpFactory> iSeqOpType::CreateSeqOpFactory | ( | ) | [pure virtual] |
Create a sequence operation factory.
| virtual const char* iSeqOpType::GetName | ( | ) | const [pure virtual] |
Return the name for this sequence operation type.