#include <TColStd_StackOfReal.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_StackOfReal () |
| Standard_EXPORT const TColStd_StackOfReal & | Assign (const TColStd_StackOfReal &Other) |
| const TColStd_StackOfReal & | operator= (const TColStd_StackOfReal &Other) |
| Standard_Boolean | IsEmpty () const |
| Standard_Integer | Depth () const |
| Standard_EXPORT const Standard_Real & | Top () const |
| Standard_EXPORT void | Push (const Standard_Real &I) |
| Standard_EXPORT void | Pop () |
| Standard_EXPORT void | Clear () |
| ~TColStd_StackOfReal () | |
| Standard_EXPORT Standard_Real & | ChangeTop () |
Private Member Functions | |
| Standard_EXPORT | TColStd_StackOfReal (const TColStd_StackOfReal &Other) |
Private Attributes | |
| Standard_Address | myTop |
| Standard_Integer | myDepth |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1