C4 Engine
C4 Engine API Documentation

Graph::Empty

Defined in:  TSGraph.h
Returns a boolean value indicating whether any elements exist in a graph.
Prototype

bool Empty(voidconst;

Description
The Empty function returns true if no elements belong to a graph. If at least one element belongs to a graph, then the return value is false.
See Also

Graph::GetGraphElementCount

Graph::PurgeGraph