All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATFunctSystemItf Interface CATIFunctObjects

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---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 Create(CATUnicodeString&,CATIFunctObject*&)
Create an Object.
o CreateProxy(CATUnicodeString&,CATIFunctDescription*,CATIFunctObjectProxy*&)
Create an Object.
o Delete(CATBaseUnknown*)
Delete an Object.
o GetListOfObjects(CATLISTV(CATBaseUnknown_var)&)
Get the list of objects.

Methods


o Create
public virtual HRESULT Create( const CATUnicodeString& iName,
CATIFunctObject*& oObject)= 0
Create an Object.
o CreateProxy
public virtual HRESULT CreateProxy( const CATUnicodeString& iName,
CATIFunctDescription* iDesc,
CATIFunctObjectProxy*& oObject)= 0
Create an Object.
o Delete
public virtual HRESULT Delete(CATBaseUnknown* iObject)= 0
Delete an Object.
o GetListOfObjects
public virtual HRESULT GetListOfObjects(CATLISTV(CATBaseUnknown_var)& ioLst)= 0
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

Copyright © 2003, Dassault Systèmes. All rights reserved.