FSM Library - C++ version
|
#include <DFSMTableRow.h>
Public Member Functions | |
DFSMTableRow (const int q, const int maxInput) | |
IOMap | getioSection () const |
I2PMap | geti2postSection () const |
Friends | |
std::ostream & | operator<< (std::ostream &out, const DFSMTableRow &dfsmTableRow) |
Class representing one row of a DFSM table
DFSMTableRow::DFSMTableRow | ( | const int | q, |
const int | maxInput | ||
) |
Create a DFSMTableRow
q | The number of states |
maxInput | The number of input |
I2PMap DFSMTableRow::geti2postSection | ( | ) | const |
Getter for the input/post section
IOMap DFSMTableRow::getioSection | ( | ) | const |
Getter for the input/output section
|
friend |
Output the DFSMTableRow to a standard output stream
out | The standard output stream to use |
dfsmTableRow | The DFSMTableRow to print |