#include <DD_Handler.h>
Collaboration diagram for CIAO::Config_Handlers::DD_Handler:
Public Member Functions | |
DD_Handler (const ACE_TCHAR *file) | |
DD_Handler (Domain *dmn) | |
DD_Handler (::Deployment::Domain *dmn) | |
~DD_Handler (void) | |
::Deployment::Domain const * | domain_idl (void) const throw (NoDomain) |
Returns the const IDL domain. | |
::Deployment::Domain * | domain_idl (void) throw (NoDomain) |
Returns the IDL domain. | |
Domain const * | domain_xsc (void) const throw (NoDomain) |
Returns the const XSC domain. | |
Domain * | domain_xsc (void) throw (NoDomain) |
Returns the XSC domain. | |
Private Member Functions | |
bool | build_domain () |
builds the domain structure | |
bool | build_xsc () |
builds the XSC data structure | |
Private Attributes | |
auto_ptr< ::Deployment::Domain > | idl_domain_ |
The Deployment Domain structure. | |
auto_ptr< Domain > | domain_ |
The XSC Domain structure. | |
bool | retval_ |
The return value used. |
|
constructor
|
|
constructor
|
|
constructor
|
|
destructor |
|
builds the domain structure build_domain |
|
builds the XSC data structure build_xsc |
|
Returns the IDL domain. domain_idl
|
|
Returns the const IDL domain. domain_idl
|
|
Returns the XSC domain. domain_xsc
|
|
Returns the const XSC domain. domain_xsc
|
|
The XSC Domain structure.
|
|
The Deployment Domain structure.
|
|
The return value used.
|