Open CASCADE Technology 6.5.2
Public Member Functions
TColStd_QueueOfReal Class Reference

#include <TColStd_QueueOfReal.hxx>

Public Member Functions

void * operator new (size_t, void *anAddress)
void * operator new (size_t size)
void operator delete (void *anAddress)
 TColStd_QueueOfReal ()
const TColStd_QueueOfRealAssign (const TColStd_QueueOfReal &Other)
const TColStd_QueueOfRealoperator= (const TColStd_QueueOfReal &Other)
Standard_Integer Length () const
Standard_Boolean IsEmpty () const
const Standard_RealFront () const
void Clear ()
 ~TColStd_QueueOfReal ()
void Push (const Standard_Real &T)
void Pop ()
Standard_RealChangeFront ()

Constructor & Destructor Documentation

TColStd_QueueOfReal::TColStd_QueueOfReal ( )
TColStd_QueueOfReal::~TColStd_QueueOfReal ( ) [inline]

Member Function Documentation

const TColStd_QueueOfReal& TColStd_QueueOfReal::Assign ( const TColStd_QueueOfReal Other)
Standard_Real& TColStd_QueueOfReal::ChangeFront ( )
void TColStd_QueueOfReal::Clear ( )
const Standard_Real& TColStd_QueueOfReal::Front ( ) const
Standard_Boolean TColStd_QueueOfReal::IsEmpty ( ) const
Standard_Integer TColStd_QueueOfReal::Length ( ) const
void TColStd_QueueOfReal::operator delete ( void *  anAddress) [inline]
void* TColStd_QueueOfReal::operator new ( size_t  size) [inline]
void* TColStd_QueueOfReal::operator new ( size_t  ,
void *  anAddress 
) [inline]
const TColStd_QueueOfReal& TColStd_QueueOfReal::operator= ( const TColStd_QueueOfReal Other) [inline]
void TColStd_QueueOfReal::Pop ( )
void TColStd_QueueOfReal::Push ( const Standard_Real T)

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