class NodeInserter

This class is used to insert nodes into the V set of Graph on loading.

Attributes:

None public

Methods:

NodeInserter(std::set<Node*> *st)
Constructs an inserter for the given set
void operator() (Node* n)
inserts the given node into the set