Public Member Functions | |
| const Op & | get (const State402::InternalState &from, const State402::InternalState &to) const |
| TransitionTable () | |
Private Member Functions | |
| void | add (const State402::InternalState &from, const State402::InternalState &to, Op op) |
Private Attributes | |
| boost::container::flat_map < std::pair < State402::InternalState, State402::InternalState >, Op > | transitions_ |
| void canopen::Command402::TransitionTable::add | ( | const State402::InternalState & | from, |
| const State402::InternalState & | to, | ||
| Op | op | ||
| ) | [inline, private] |
| const Op& canopen::Command402::TransitionTable::get | ( | const State402::InternalState & | from, |
| const State402::InternalState & | to | ||
| ) | const [inline] |
boost::container::flat_map< std::pair<State402::InternalState, State402::InternalState>, Op > canopen::Command402::TransitionTable::transitions_ [private] |