#include <DT_Handler.h>
Static Public Member Functions | |
void | process_DataType (DOMNodeIterator *iter,::CORBA::TypeCode_ptr &type,::CORBA::ORB_ptr orb) |
Static Private Member Functions | |
void | process_basic_tc (DOMNodeIterator *iter,::CORBA::TypeCode_ptr &type) |
This class defines handler methods to parse the aforementioned type in the descriptor files. The corresponding CORBA IDL mapped type in this a CORBA::Typecode is created and returned. Dynamic creation of typecodes also requires operations defined on the ORB interface, hence the process_DataType requires an ORB_ptr as a formal parameter.
|
|
|
|