Public Member Functions

Zapis Class Reference

Inheritance diagram for Zapis:
Operator

List of all members.

Public Member Functions

void registerParameters (StateP state)
 Register parameters with the Registry. Called before Operator::initialize.
bool initialize (StateP state)
 Perform initialization. Called before Operator::operate. By default, if the return value is false, the operator will not be used!
bool operate (StateP state)
 perform the designated operation

Detailed Description

Definition at line 5 of file main.cpp.


Member Function Documentation

bool Zapis::initialize ( StateP   )  [inline, virtual]

Perform initialization. Called before Operator::operate. By default, if the return value is false, the operator will not be used!

Returns:
initialization success

Reimplemented from Operator.

Definition at line 17 of file main.cpp.


The documentation for this class was generated from the following file: