Contents
|
In file ../../src/Pegasus/Common/OperationContext.h:
A Container subclass object holds a piece of context information for an operation
Documentation
A Container subclass object holds a piece of context information
for an operation
Inheritance:
Public Methods
virtual | ~Container ()
Destructs the Container
|
virtual String | getName () const
Returns the unique name for a Container type.
|
virtual Container* | clone () const
Makes a copy of the Container object.
|
virtual void | destroy ()
Cleans up a Container object that was created by the clone() method
|
- virtual ~Container()
-
Destructs the Container
- virtual String getName() const = 0
-
Returns the unique name for a Container type.
- Returns:
- The String name of the Container type.
- virtual Container* clone() const = 0
-
Makes a copy of the Container object. The caller is responsible
for cleaning up the copy by calling destroy() method.
- Returns:
- A pointer to the new Container object.
- virtual void destroy() = 0
-
Cleans up a Container object that was created by the clone()
method
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
|