#include <TypeCodeElm.h>
Public Methods | |
TypeCodeList* | GetTypeCodeList () const |
TypeCodeElm (TypeCodeList *pTypeCodeList, CORBA::TypeCode_ptr ptc) | |
Constructor method. More... | |
virtual | ~TypeCodeElm () |
Destructor method. More... | |
Public Attributes | |
TypeCodeList* | _refTypeCodeList |
TypeCodeElm* | _prevTypeCodeList |
TypeCodeElm* | _nextTypeCodeList |
CORBA::TypeCode_var | m_tc |
Private Methods | |
void | ConstructorInclude (TypeCodeList *pTypeCodeList) |
Method which must be called first in a constructor. More... | |
void | DestructorInclude () |
Method which must be called first in a destructor. More... |
|
Constructor method.
Definition at line 74 of file TypeCodeElm.cpp. |
|
Destructor method.
Definition at line 87 of file TypeCodeElm.cpp. |
|
Method which must be called first in a constructor.
Definition at line 100 of file TypeCodeElm.cpp. |
|
Method which must be called first in a destructor.
Definition at line 128 of file TypeCodeElm.cpp. Referenced by ~TypeCodeElm(). |
|
Definition at line 66 of file TypeCodeElm.h. |
|
Definition at line 63 of file TypeCodeElm.h. |
|
Definition at line 62 of file TypeCodeElm.h. |
|
Definition at line 61 of file TypeCodeElm.h. |
|
Definition at line 77 of file TypeCodeElm.h. |