API Reference > OdDb Classes > OdDbGraphStack Class
OdDbGraphStack Class
OdDbGraphStack
Syntax
C++
class OdDbGraphStack;

DbGraph.h

This class implements stacks for OdDbGraphNode object pointers. Corresponding C++ library: TD_Db 

 

 
Name 
Description 
 
This is ~OdDbGraphStack, a member of class OdDbGraphStack. 
 
 
 
Name 
Description 
 
Returns true if and only if this Stack object is empty. 
 
pop 
Pops and returns the GraphNode at the top of this Stack object. 
 
push 
Pushes the specified GraphNode onto this Stack object.
 
 
top 
Returns the OdDbGraphNode at the top of this Stack object. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.