|
API Links
Developer Links
|
Graph::Empty
Defined in: C4Graph.h
Returns a boolean value indicating whether any nodes exist in a graph.
Prototype
bool Empty(void) const;
Description
The Empty function returns true if no nodes belong to a graph. If at least one node belongs to a graph, then the return value is false.
See Also
Graph::GetNodeCount
Graph::Purge
|