6 #ifndef FSM_FSM_PKTABLEROW_H_
7 #define FSM_FSM_PKTABLEROW_H_
11 #include "fsm/typedef.inc"
29 PkTableRow(
const IOMap & io,
const I2PMap & i2p);
32 IOMap getIOMap()
const;
35 I2PMap getI2PMap()
const;
38 int get(
const int x)
const;
56 #endif //FSM_FSM_PKTABLEROW_H_
friend std::ostream & operator<<(std::ostream &out, const PkTableRow &pkTableRow)
Definition: PkTableRow.cpp:47
PkTableRow(const int maxInput)
Definition: PkTableRow.cpp:8
friend bool operator==(PkTableRow const &row, S2CMap const &s2c)
Definition: PkTableRow.cpp:35
Definition: PkTableRow.h:13