|
| PkTableRow (const int maxInput) |
|
| PkTableRow (const IOMap &io, const I2PMap &i2p) |
|
IOMap | getIOMap () const |
|
I2PMap | getI2PMap () const |
|
int | get (const int x) const |
|
PkTableRow::PkTableRow |
( |
const int |
maxInput | ) |
|
Create a PkTableRow
- Parameters
-
maxInput | Maximal value of the input alphabet |
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const PkTableRow & |
pkTableRow |
|
) |
| |
|
friend |
Output the PkTableRow to a standard output stream
- Parameters
-
out | The standard output stream to use |
pkTableRow | The PkTableRow to print |
- Returns
- The standard output stream used, to allow user to cascade <<
bool operator== |
( |
PkTableRow const & |
row, |
|
|
S2CMap const & |
s2c |
|
) |
| |
|
friend |
Check wheter or not, the 2 trace are the same
- Parameters
-
trace1 | The first trace |
trace2 | The second trace |
- Returns
- True if they are the same, false otherwise
The documentation for this class was generated from the following files:
- /Users/janpeleska/SharedFoldersWin/fsmlib-cpp/src/fsm/PkTableRow.h
- /Users/janpeleska/SharedFoldersWin/fsmlib-cpp/src/fsm/PkTableRow.cpp