All Frameworks Class Hierarchy This Framework Indexes
CATFunctSystemItf Interface CATIFunctObjects
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIFunctObjects
The interface to access the functional objects of a system.
Method Index
- o
CreateProxy(CATUnicodeString&,CATIFunctDescription*,CATIFunctObjectProxy*&)
- Create an Object.
- o
Create(CATUnicodeString&,CATIFunctObject*&)
- Create an Object.
- o
Delete(CATBaseUnknown*)
- Delete an Object.
- o
GetListOfObjects(CATLISTV(CATBaseUnknown_var)&)
- Get the list of objects.
Methods
o CreateProxy
| public virtual CreateProxy( | const | iName, |
| | iDesc, |
| | oObject) |
-
Create an Object.
o Create
| public virtual Create( | const | iName, |
| | oObject) |
-
Create an Object.
o Delete
| public virtual Delete( | | iObject) |
-
Delete an Object.
o GetListOfObjects
| public virtual GetListOfObjects( | | ioLst) |
-
Get the list of objects.
- Parameters:
-
- ioLst
- The list to be filled with the objects.
This object is included in the file: CATIFunctObjects.h
If needed, your Imakefile.mk should include the module: FunctionalAnalysisItfCPP