faudes::ParallelExecutor::ParallelTimedState Class Reference

#include <sp_pexecutor.h>

Inheritance diagram for faudes::ParallelExecutor::ParallelTimedState:

faudes::Type List of all members.

Detailed Description

Typedef for parallel timed state, incl token io.

Definition at line 75 of file sp_pexecutor.h.

Public Attributes

ParallelState State
ParallelClock Clock

Protected Member Functions

virtual void DoRead (TokenReader &rTr, const std::string &rLabel="", const Type *pContext=0)
 Read configuration data of this object from TokenReader.
virtual void DoWrite (TokenWriter &rTw, const std::string &rLabel="", const Type *pContext=0) const
 Write configuration data of this object to TokenWriter.


Member Function Documentation

void faudes::ParallelExecutor::ParallelTimedState::DoRead TokenReader rTr,
const std::string &  rLabel = "",
const Type pContext = 0
[protected, virtual]
 

Read configuration data of this object from TokenReader.

Reimplement this method in derived classes to provide the std token io interface defined in the public section of Type.

Parameters:
rTr TokenReader to read from
rLabel Section to read
pContext Read context to provide contextual information
Exceptions:
Exception 
  • IO error (id 1)

Reimplemented from faudes::Type.

Definition at line 564 of file sp_pexecutor.cpp.

void faudes::ParallelExecutor::ParallelTimedState::DoWrite TokenWriter rTw,
const std::string &  rLabel = "",
const Type pContext = 0
const [protected, virtual]
 

Write configuration data of this object to TokenWriter.

Reimplement this method in derived classes to provide the std token io interface defined in the public section of Type.

Parameters:
rTw Reference to TokenWriter
rLabel Label of section to write
pContext Write context to provide contextual information
Exceptions:
Exception 
  • IO errors (id 2)

Reimplemented from faudes::Type.

Definition at line 515 of file sp_pexecutor.cpp.


Member Data Documentation

ParallelClock faudes::ParallelExecutor::ParallelTimedState::Clock
 

Definition at line 78 of file sp_pexecutor.h.

ParallelState faudes::ParallelExecutor::ParallelTimedState::State
 

Definition at line 77 of file sp_pexecutor.h.


The documentation for this class was generated from the following files:
Generated on Mon Nov 10 08:13:18 2008 for libFAUDES 2.11v by  doxygen 1.4.4