FSM Library - C++ version
Public Member Functions | Friends | List of all members
PkTableRow Class Reference

Public Member Functions

 PkTableRow (const int maxInput)
 
 PkTableRow (const IOMap &io, const I2PMap &i2p)
 
IOMap getIOMap () const
 
I2PMap getI2PMap () const
 
int get (const int x) const
 

Friends

bool operator== (PkTableRow const &row, S2CMap const &s2c)
 
std::ostream & operator<< (std::ostream &out, const PkTableRow &pkTableRow)
 

Constructor & Destructor Documentation

PkTableRow::PkTableRow ( const int  maxInput)

Create a PkTableRow

Parameters
maxInputMaximal value of the input alphabet

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  out,
const PkTableRow pkTableRow 
)
friend

Output the PkTableRow to a standard output stream

Parameters
outThe standard output stream to use
pkTableRowThe 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
trace1The first trace
trace2The second trace
Returns
True if they are the same, false otherwise

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