Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <Node.hpp>
Public Member Functions | |
Node () | |
Node (int id) | |
auto | operator<=> (const Node &rhs) const |
bool | operator== (const Node &rhs) const |
void | operator>> (ext::ostream &ostream) const override |
std::string | name () const |
int | getId () const |
![]() | |
virtual | ~NodeBase () noexcept=default |
|
explicit |
|
explicit |
int node::Node::getId | ( | ) | const |
std::string node::Node::name | ( | ) | const |
|
inline |
|
inline |
|
overridevirtual |