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

List of all members.

Static Public Member Functions

static CORBA::Any::from_boolean any_from (CORBA::Boolean v)
static CORBA::Any::to_boolean any_to (CORBA::Boolean &v)

Detailed Description

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

Definition at line 42 of file TypeCode_Case_T.cpp.


Member Function Documentation

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

Definition at line 44 of file TypeCode_Case_T.cpp.

00045       {
00046         return CORBA::Any::from_boolean (v);
00047       }

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

Definition at line 49 of file TypeCode_Case_T.cpp.

00050       {
00051         return CORBA::Any::to_boolean (v);
00052       }


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