DAnCE  ..
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Static Public Member Functions | List of all members
DAnCE::Config_Handlers::DataType_Handler Class Reference

Handler class for ComponentPortDescription types. More...

#include <DataType_Handler.h>

Collaboration diagram for DAnCE::Config_Handlers::DataType_Handler:
Collaboration graph

Public Member Functions

 DataType_Handler (void)
 
virtual ~DataType_Handler (void)
 
 DataType_Handler (void)
 
virtual ~DataType_Handler (void)
 

Static Public Member Functions

static void data_type (const DataType &desc, CORBA::TypeCode_ptr &type)
 
static DataType data_type (const CORBA::TypeCode_ptr &type)
 
static void data_type (CORBA::TypeCode_ptr &type, const DataType &desc)
 
static DataType data_type (const CORBA::TypeCode_ptr &type)
 

Detailed Description

Handler class for ComponentPortDescription types.

This class defines handler methods to map values from XSC objects, parsed from the descriptor files, to the corresponding CORBA IDL type for the schema element.

Constructor & Destructor Documentation

DAnCE::Config_Handlers::DataType_Handler::DataType_Handler ( void  )
DAnCE::Config_Handlers::DataType_Handler::~DataType_Handler ( void  )
virtual
DAnCE::Config_Handlers::DataType_Handler::DataType_Handler ( void  )
virtual DAnCE::Config_Handlers::DataType_Handler::~DataType_Handler ( void  )
virtual

Member Function Documentation

static void DAnCE::Config_Handlers::DataType_Handler::data_type ( CORBA::TypeCode_ptr type,
const DataType &  desc 
)
static

This method takes a CIAO::Config_Handlers::DataType and returns the corresponding CORBA::TypeCode.

void DAnCE::Config_Handlers::DataType_Handler::data_type ( const DataType &  desc,
CORBA::TypeCode_ptr type 
)
static

This method takes a <DAnCE::Config_Handlers::DataType> and returns the corresponding CORBA::TypeCode.

static DataType DAnCE::Config_Handlers::DataType_Handler::data_type ( const CORBA::TypeCode_ptr type)
static
DataType DAnCE::Config_Handlers::DataType_Handler::data_type ( const CORBA::TypeCode_ptr type)
static

The documentation for this class was generated from the following files: