Open CASCADE Technology 6.6.0
Public Member Functions
TColStd_QueueOfInteger Class Reference

#include <TColStd_QueueOfInteger.hxx>

Public Member Functions

 TColStd_QueueOfInteger ()
const TColStd_QueueOfIntegerAssign (const TColStd_QueueOfInteger &Other)
const TColStd_QueueOfIntegeroperator= (const TColStd_QueueOfInteger &Other)
Standard_Integer Length () const
Standard_Boolean IsEmpty () const
const Standard_IntegerFront () const
void Clear ()
 ~TColStd_QueueOfInteger ()
void Push (const Standard_Integer &T)
void Pop ()
Standard_IntegerChangeFront ()

Constructor & Destructor Documentation

TColStd_QueueOfInteger::TColStd_QueueOfInteger ( )
TColStd_QueueOfInteger::~TColStd_QueueOfInteger ( ) [inline]

Member Function Documentation

const TColStd_QueueOfInteger& TColStd_QueueOfInteger::Assign ( const TColStd_QueueOfInteger Other)
Standard_Integer& TColStd_QueueOfInteger::ChangeFront ( )
void TColStd_QueueOfInteger::Clear ( )
const Standard_Integer& TColStd_QueueOfInteger::Front ( ) const
Standard_Boolean TColStd_QueueOfInteger::IsEmpty ( ) const
Standard_Integer TColStd_QueueOfInteger::Length ( ) const
const TColStd_QueueOfInteger& TColStd_QueueOfInteger::operator= ( const TColStd_QueueOfInteger Other) [inline]
void TColStd_QueueOfInteger::Pop ( )
void TColStd_QueueOfInteger::Push ( const Standard_Integer T)

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