Open CASCADE Technology 6.5.2
Public Member Functions
TColStd_StackOfInteger Class Reference

#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)
 TColStd_StackOfInteger ()
const TColStd_StackOfIntegerAssign (const TColStd_StackOfInteger &Other)
const TColStd_StackOfIntegeroperator= (const TColStd_StackOfInteger &Other)
Standard_Boolean IsEmpty () const
Standard_Integer Depth () const
const Standard_IntegerTop () const
void Push (const Standard_Integer &I)
void Pop ()
void Clear ()
 ~TColStd_StackOfInteger ()
Standard_IntegerChangeTop ()

Constructor & Destructor Documentation

TColStd_StackOfInteger::TColStd_StackOfInteger ( )
TColStd_StackOfInteger::~TColStd_StackOfInteger ( ) [inline]

Member Function Documentation

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
void TColStd_StackOfInteger::operator delete ( void *  anAddress) [inline]
void* TColStd_StackOfInteger::operator new ( size_t  size) [inline]
void* TColStd_StackOfInteger::operator new ( size_t  ,
void *  anAddress 
) [inline]
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

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines