Static Public Member Functions | |
| static CORBA::Any::from_char | any_from (CORBA::Char v) |
| static CORBA::Any::to_char | any_to (CORBA::Char &v) |
Definition at line 56 of file TypeCode_Case_T.cpp.
| 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);
}
1.7.0