initial
[prop.git] / lib-src / graph / node.cc
blob086bb249b0f2d88e143da36935bca934adc8db0d
1 #include <AD/graph/node.h>
2 #include <AD/pretty/postream.h>
4 NodeObject::~NodeObject() {}
6 PrettyOStream& NodeObject::print(PrettyOStream& S) const
8 return S << '[' << "node" << label_num() << ']';