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