Public Types | |
using | bitset_t = std::bitset< 8 > |
using | action_t = std::function< int(int, char **)> |
Public Member Functions | |
node_t (action_t const &action={}, bitset_t const &bitset={}) | |
bool | initialize (node_t const &node) |
action_t const & | action () const |
action_t & | action () |
bitset_t const & | bitset () const |
bitset_t & | bitset () |