CEL

Public API Reference

Public Member Functions
iSeqOpType Struct Reference

The seqop type is responsible for the creation of seqop factories. More...

#include <tools/sequences.h>

Inheritance diagram for iSeqOpType:
iBase

List of all members.

Public Member Functions

virtual csPtr< iSeqOpFactoryCreateSeqOpFactory ()=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 95 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:

Generated for CEL: Crystal Entity Layer 2.0 by doxygen 1.7.6.1