| MimIR 0.1
    MimIR is my Intermediate Representation | 
This is the complete list of members for automaton::DFANode, including all inherited members.
| add_transition(const DFANode *to, std::uint16_t c) | automaton::DFANode | |
| DFANode(int id) | automaton::DFANode | inline | 
| for_transitions(F &&f, std::uint16_t c) const | automaton::DFANode | inline | 
| for_transitions(F &&f) const | automaton::DFANode | inline | 
| get_transition(std::uint16_t c) const | automaton::DFANode | |
| id() const noexcept | automaton::DFANode | inline | 
| is_accepting() const noexcept | automaton::DFANode | inline | 
| is_erroring() const noexcept | automaton::DFANode | inline | 
| operator<<(std::ostream &os, const DFANode &node) | automaton::DFANode | friend | 
| set_accepting(bool accepting) noexcept | automaton::DFANode | inline | 
| set_erroring(bool erroring) noexcept | automaton::DFANode | inline |