iSeqOpType Struct Reference
The seqop type is responsible for the creation of seqop factories. More...
#include <tools/sequences.h>
Inheritance diagram for iSeqOpType:

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. | |
Detailed Description
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 99 of file sequences.h.
Member Function Documentation
| 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.
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
