Create an empty input trace, with only one presentation layer
- Parameters
-
presentationLayer | The presentation layer used by the trace |
InputTrace::InputTrace |
( |
const std::vector< int > & |
trace, |
|
|
const std::shared_ptr< FsmPresentationLayer > |
presentationLayer |
|
) |
| |
Create an input 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 InputTrace & |
trace |
|
) |
| |
|
friend |
Output the InputTrace to a standard output stream
- Parameters
-
out | The standard output stream to use |
trace | The InputTrace 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/InputTrace.h
- /Users/janpeleska/SharedFoldersWin/fsmlib-cpp/src/fsm/InputTrace.cpp