#include <MethParam.h>
Public Methods | |
SCInterfaceMethod* | GetInterfaceMethod () const |
SCMethParam (SCInterfaceMethod *pInterfaceMethod, int prmId, const char *prmName, InOutExcept prmKind, CORBA::TypeCode_ptr ptc, CORBA::ORB_ptr orb) | |
Constructor method. More... | |
virtual | ~SCMethParam () |
Destructor method. More... | |
int | getMthId () |
Return the unique method ID assigned to this method. More... | |
Public Attributes | |
SCInterfaceMethod* | _refInterfaceMethod |
SCMethParam* | _prevInterfaceMethod |
SCMethParam* | _nextInterfaceMethod |
int | m_prmId |
InOutExcept | m_prmKind |
CString | m_prmName |
CORBA::TypeCode_var | m_tc |
int | m_convId |
CString | m_convInfo |
Private Methods | |
void | ConstructorInclude (SCInterfaceMethod *pInterfaceMethod) |
Method which must be called first in a constructor. More... | |
void | DestructorInclude () |
Method which must be called first in a destructor. More... |
Definition at line 87 of file MethParam.h.
|
Constructor method.
Definition at line 85 of file MethParam.cpp. |
|
Destructor method.
Definition at line 104 of file MethParam.cpp. |
|
Method which must be called first in a constructor.
Definition at line 117 of file MethParam.cpp. |
|
Method which must be called first in a destructor.
Definition at line 145 of file MethParam.cpp. Referenced by ~SCMethParam(). |
|
Definition at line 97 of file MethParam.h. Referenced by IRPlus::InsertIRFieldRecord(), and getMthId(). |
|
Return the unique method ID assigned to this method.
Definition at line 140 of file MethParam.h. Referenced by IRPlus::InsertIRFieldRecord(). |
|
Definition at line 94 of file MethParam.h. |
|
Definition at line 93 of file MethParam.h. |
|
Definition at line 92 of file MethParam.h. |
|
Definition at line 112 of file MethParam.h. |
|
Definition at line 113 of file MethParam.h. |
|
Definition at line 108 of file MethParam.h. |
|
Definition at line 109 of file MethParam.h. |
|
Definition at line 110 of file MethParam.h. |
|
Definition at line 111 of file MethParam.h. |