Open CASCADE Technology  6.9.0
Public Member Functions

TColStd_ListOfReal Class Reference

#include <TColStd_ListOfReal.hxx>

Public Member Functions

 TColStd_ListOfReal ()
 
 TColStd_ListOfReal (const TColStd_ListOfReal &Other)
 
void Assign (const TColStd_ListOfReal &Other)
 
void operator= (const TColStd_ListOfReal &Other)
 
Standard_Integer Extent () const
 
void Clear ()
 
 ~TColStd_ListOfReal ()
 
Standard_Boolean IsEmpty () const
 
void Prepend (const Standard_Real &I)
 
void Prepend (const Standard_Real &I, TColStd_ListIteratorOfListOfReal &theIt)
 
void Prepend (TColStd_ListOfReal &Other)
 
void Append (const Standard_Real &I)
 
void Append (const Standard_Real &I, TColStd_ListIteratorOfListOfReal &theIt)
 
void Append (TColStd_ListOfReal &Other)
 
Standard_RealFirst () const
 
Standard_RealLast () const
 
void RemoveFirst ()
 
void Remove (TColStd_ListIteratorOfListOfReal &It)
 
void InsertBefore (const Standard_Real &I, TColStd_ListIteratorOfListOfReal &It)
 
void InsertBefore (TColStd_ListOfReal &Other, TColStd_ListIteratorOfListOfReal &It)
 
void InsertAfter (const Standard_Real &I, TColStd_ListIteratorOfListOfReal &It)
 
void InsertAfter (TColStd_ListOfReal &Other, TColStd_ListIteratorOfListOfReal &It)
 

Constructor & Destructor Documentation

TColStd_ListOfReal::TColStd_ListOfReal ( )
TColStd_ListOfReal::TColStd_ListOfReal ( const TColStd_ListOfReal Other)
TColStd_ListOfReal::~TColStd_ListOfReal ( )
inline

Member Function Documentation

void TColStd_ListOfReal::Append ( const Standard_Real I)
void TColStd_ListOfReal::Append ( const Standard_Real I,
TColStd_ListIteratorOfListOfReal theIt 
)
void TColStd_ListOfReal::Append ( TColStd_ListOfReal Other)
void TColStd_ListOfReal::Assign ( const TColStd_ListOfReal Other)
void TColStd_ListOfReal::Clear ( )
Standard_Integer TColStd_ListOfReal::Extent ( ) const
Standard_Real& TColStd_ListOfReal::First ( ) const
void TColStd_ListOfReal::InsertAfter ( const Standard_Real I,
TColStd_ListIteratorOfListOfReal It 
)
void TColStd_ListOfReal::InsertAfter ( TColStd_ListOfReal Other,
TColStd_ListIteratorOfListOfReal It 
)
void TColStd_ListOfReal::InsertBefore ( const Standard_Real I,
TColStd_ListIteratorOfListOfReal It 
)
void TColStd_ListOfReal::InsertBefore ( TColStd_ListOfReal Other,
TColStd_ListIteratorOfListOfReal It 
)
Standard_Boolean TColStd_ListOfReal::IsEmpty ( ) const
Standard_Real& TColStd_ListOfReal::Last ( ) const
void TColStd_ListOfReal::operator= ( const TColStd_ListOfReal Other)
inline
void TColStd_ListOfReal::Prepend ( const Standard_Real I)
void TColStd_ListOfReal::Prepend ( const Standard_Real I,
TColStd_ListIteratorOfListOfReal theIt 
)
void TColStd_ListOfReal::Prepend ( TColStd_ListOfReal Other)
void TColStd_ListOfReal::Remove ( TColStd_ListIteratorOfListOfReal It)
void TColStd_ListOfReal::RemoveFirst ( )

The documentation for this class was generated from the following file: