Create an empty output trace, with only one presentation layer
- Parameters
-
presentationLayer | The presentation layer used by the trace |
OutputTrace::OutputTrace |
( |
const std::vector< int > & |
trace, |
|
|
const std::shared_ptr< FsmPresentationLayer > |
presentationLayer |
|
) |
| |
Create an output trace
- Parameters
-
trace | The trace itself, represented by a list of int |
presentationLayer | The presentation layer used by the trace |
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const OutputTrace & |
trace |
|
) |
| |
|
friend |
Output the OutputTrace to a standard output stream
- Parameters
-
out | The standard output stream to use |
trace | The OutputTrace to print |
- Returns
- The standard output stream used, to allow user to cascade <<
The documentation for this class was generated from the following files:
- /Users/janpeleska/SharedFoldersWin/fsmlib-cpp/src/fsm/OutputTrace.h
- /Users/janpeleska/SharedFoldersWin/fsmlib-cpp/src/fsm/OutputTrace.cpp