#include <TColStd_ListOfReal.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | TColStd_ListOfReal () |
Standard_EXPORT void | Assign (const TColStd_ListOfReal &Other) |
void | operator= (const TColStd_ListOfReal &Other) |
Standard_EXPORT Standard_Integer | Extent () const |
Standard_EXPORT void | Clear () |
~TColStd_ListOfReal () | |
Standard_Boolean | IsEmpty () const |
Standard_EXPORT void | Prepend (const Standard_Real &I) |
Standard_EXPORT void | Prepend (const Standard_Real &I, TColStd_ListIteratorOfListOfReal &theIt) |
Standard_EXPORT void | Prepend (TColStd_ListOfReal &Other) |
Standard_EXPORT void | Append (const Standard_Real &I) |
Standard_EXPORT void | Append (const Standard_Real &I, TColStd_ListIteratorOfListOfReal &theIt) |
Standard_EXPORT void | Append (TColStd_ListOfReal &Other) |
Standard_EXPORT Standard_Real & | First () const |
Standard_EXPORT Standard_Real & | Last () const |
Standard_EXPORT void | RemoveFirst () |
Standard_EXPORT void | Remove (TColStd_ListIteratorOfListOfReal &It) |
Standard_EXPORT void | InsertBefore (const Standard_Real &I, TColStd_ListIteratorOfListOfReal &It) |
Standard_EXPORT void | InsertBefore (TColStd_ListOfReal &Other, TColStd_ListIteratorOfListOfReal &It) |
Standard_EXPORT void | InsertAfter (const Standard_Real &I, TColStd_ListIteratorOfListOfReal &It) |
Standard_EXPORT void | InsertAfter (TColStd_ListOfReal &Other, TColStd_ListIteratorOfListOfReal &It) |
Private Member Functions | |
Standard_EXPORT | TColStd_ListOfReal (const TColStd_ListOfReal &Other) |
Private Attributes | |
Standard_Address | myFirst |
Standard_Address | myLast |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|