Open CASCADE Technology
6.5.4
|
#include <TColStd_StackOfInteger.hxx>
Public Member Functions | |
DEFINE_STANDARD_ALLOC | TColStd_StackOfInteger () |
const TColStd_StackOfInteger & | Assign (const TColStd_StackOfInteger &Other) |
const TColStd_StackOfInteger & | operator= (const TColStd_StackOfInteger &Other) |
Standard_Boolean | IsEmpty () const |
Standard_Integer | Depth () const |
const Standard_Integer & | Top () const |
void | Push (const Standard_Integer &I) |
void | Pop () |
void | Clear () |
~TColStd_StackOfInteger () | |
Standard_Integer & | ChangeTop () |
TColStd_StackOfInteger::~TColStd_StackOfInteger | ( | ) | [inline] |
const TColStd_StackOfInteger& TColStd_StackOfInteger::Assign | ( | const TColStd_StackOfInteger & | Other | ) |
const TColStd_StackOfInteger& TColStd_StackOfInteger::operator= | ( | const TColStd_StackOfInteger & | Other | ) | [inline] |
const Standard_Integer& TColStd_StackOfInteger::Top | ( | ) | const |