Static Public Member Functions

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.

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

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.

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


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