Static Public Member Functions

TAO::TypeCode::Case_Traits< CORBA::Char > Struct Template Reference

List of all members.

Static Public Member Functions

static CORBA::Any::from_char any_from (CORBA::Char v)
static CORBA::Any::to_char any_to (CORBA::Char &v)

Detailed Description

template<>
struct TAO::TypeCode::Case_Traits< CORBA::Char >

Definition at line 56 of file TypeCode_Case_T.cpp.


Member Function Documentation

static CORBA::Any::from_char TAO::TypeCode::Case_Traits< CORBA::Char >::any_from ( CORBA::Char  v  )  [inline, static]

Definition at line 58 of file TypeCode_Case_T.cpp.

      {
        return CORBA::Any::from_char (v);
      }

static CORBA::Any::to_char TAO::TypeCode::Case_Traits< CORBA::Char >::any_to ( CORBA::Char v  )  [inline, static]

Definition at line 63 of file TypeCode_Case_T.cpp.

      {
        return CORBA::Any::to_char (v);
      }


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines