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.

00059       {
00060         return CORBA::Any::from_char (v);
00061       }

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.

00064       {
00065         return CORBA::Any::to_char (v);
00066       }


The documentation for this struct was generated from the following file:
Generated on Tue Feb 2 17:40:32 2010 for TAO_AnyTypeCode by  doxygen 1.4.7