#include <TColStd_StackOfInteger.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | TColStd_StackOfInteger () |
| Standard_EXPORT const TColStd_StackOfInteger & | Assign (const TColStd_StackOfInteger &Other) |
| const TColStd_StackOfInteger & | operator= (const TColStd_StackOfInteger &Other) |
| Standard_Boolean | IsEmpty () const |
| Standard_Integer | Depth () const |
| Standard_EXPORT const Standard_Integer & | Top () const |
| Standard_EXPORT void | Push (const Standard_Integer &I) |
| Standard_EXPORT void | Pop () |
| Standard_EXPORT void | Clear () |
| ~TColStd_StackOfInteger () | |
| Standard_EXPORT Standard_Integer & | ChangeTop () |
Private Member Functions | |
| Standard_EXPORT | TColStd_StackOfInteger (const TColStd_StackOfInteger &Other) |
Private Attributes | |
| Standard_Address | myTop |
| Standard_Integer | myDepth |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1