CEL

Public API Reference

Public Member Functions
iSeqOpFactory Struct Reference

A factory to create sequence operators. More...

#include <tools/sequences.h>

Inheritance diagram for iSeqOpFactory:
iBase

List of all members.

Public Member Functions

virtual csPtr< iSeqOpCreateSeqOp (const celParams &params)=0
 Create a sequence operation.
virtual bool Load (iDocumentNode *node)=0
 Load this factory from a document node.

Detailed Description

A factory to create sequence operators.

Factories are created by an iSeqOpType instance.

Definition at line 71 of file sequences.h.


Member Function Documentation

virtual csPtr<iSeqOp> iSeqOpFactory::CreateSeqOp ( const celParams params) [pure virtual]

Create a sequence operation.

Parameters:
paramsare the parameters with which this reward is instantiated.
virtual bool iSeqOpFactory::Load ( iDocumentNode node) [pure virtual]

Load this factory from a document node.

Parameters:
nodeis 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:

Generated for CEL: Crystal Entity Layer 2.0 by doxygen 1.7.6.1