Open CASCADE Technology
6.9.0
|
#include <PMMgt_PManaged.hxx>
Public Member Functions | |
PMMgt_PManaged (const Storage_stCONSTclCOM &a) | |
Public Member Functions inherited from Standard_Persistent | |
virtual Handle_Standard_Persistent | This () const |
virtual void | Delete () const |
virtual | ~Standard_Persistent () |
Standard_Persistent & | operator= (const Standard_Persistent &) |
Standard_Persistent () | |
Standard_Persistent (const Standard_Persistent &) | |
Standard_Persistent (const Storage_stCONSTclCOM &) | |
virtual const Handle_Standard_Type & | DynamicType () const |
Standard_Boolean | IsKind (const Handle_Standard_Type &) const |
Standard_Boolean | IsInstance (const Handle_Standard_Type &) const |
virtual Handle_Standard_Persistent | This () const |
virtual void | Delete () const |
virtual | ~Standard_Persistent () |
Standard_Persistent & | operator= (const Standard_Persistent &) |
Standard_Persistent () | |
Standard_Persistent (const Standard_Persistent &) | |
Standard_Persistent (const Storage_stCONSTclCOM &) | |
virtual const Handle_Standard_Type & | DynamicType () const |
Standard_Boolean | IsKind (const Handle_Standard_Type &) const |
Standard_Boolean | IsInstance (const Handle_Standard_Type &) const |
Protected Member Functions | |
PMMgt_PManaged () | |
Returns an instance. The storage of the given "size" is allocated by <StorageManager>. More... | |
|
inline |
|
protected |
Returns an instance. The storage of the given "size" is allocated by <StorageManager>.
Returns the storage of the given size to the <StorageManager>. The application using "Delete" must guarantee that the instance is not shared.
-C++: alias "void operator delete (void*, size_t);"
The virtual Destructor for the class "PManaged". This declaration is necessary for the C++ compiler to generate a call to "operator delete" with the real size of the object.
-C+..+: alias "virtual ~PMMgt_PManaged();"