Static Public Member Functions

TAO::TypeCode::Case_Traits< T > Struct Template Reference

List of all members.

Static Public Member Functions

static T any_from (T v)
static T & any_to (T &v)

Detailed Description

template<typename T>
struct TAO::TypeCode::Case_Traits< T >

Definition at line 24 of file TypeCode_Case_T.cpp.


Member Function Documentation

template<typename T >
static T TAO::TypeCode::Case_Traits< T >::any_from ( v  )  [inline, static]

Definition at line 26 of file TypeCode_Case_T.cpp.

      {
        return v;
      }

template<typename T >
static T& TAO::TypeCode::Case_Traits< T >::any_to ( T &  v  )  [inline, static]

Definition at line 31 of file TypeCode_Case_T.cpp.

      {
        return v;
      }


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