faudes::ParallelExecutor::ParallelTimedState Class Reference

Typedef for parallel timed state, incl token io. More...

#include <sp_pexecutor.h>

List of all members.

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.

Detailed Description

Typedef for parallel timed state, incl token io.

Definition at line 76 of file sp_pexecutor.h.


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 600 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 551 of file sp_pexecutor.cpp.


Member Data Documentation


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

libFAUDES 2.23h --- 2014.04.03 --- c++ api documentaion by doxygen