| Namespaces | 
| namespace | TAO | 
| Functions | 
| CORBA::Boolean | operator<< (TAO_OutputCDR &cdr, const CORBA::Any &any) | 
| CORBA::Boolean | operator>> (TAO_InputCDR &cdr, CORBA::Any &any) | 
| void | operator<<= (CORBA::Any &any, CORBA::Short s) | 
|  | Typesafe insertion. 
 | 
| void | operator<<= (CORBA::Any &any, CORBA::UShort us) | 
| void | operator<<= (CORBA::Any &any, CORBA::Long l) | 
| void | operator<<= (CORBA::Any &any, CORBA::ULong ul) | 
| void | operator<<= (CORBA::Any &any, CORBA::LongLong ll) | 
| void | operator<<= (CORBA::Any &any, CORBA::ULongLong ull) | 
| void | operator<<= (CORBA::Any &any, CORBA::Float f) | 
| void | operator<<= (CORBA::Any &any, CORBA::Double d) | 
| void | operator<<= (CORBA::Any &any, CORBA::LongDouble ld) | 
| void | operator<<= (CORBA::Any &any, const CORBA::Any &a) | 
| void | operator<<= (CORBA::Any &any, CORBA::Any *a) | 
| void | operator<<= (CORBA::Any &any, CORBA::TypeCode_ptr tc) | 
| void | operator<<= (CORBA::Any &any, CORBA::TypeCode_ptr *tc) | 
| void | operator<<= (CORBA::Any &any, const CORBA::Object_ptr obj) | 
| void | operator<<= (CORBA::Any &any, CORBA::Object_ptr *objptr) | 
| void | operator<<= (CORBA::Any &any, const char *s) | 
| void | operator<<= (CORBA::Any &any, const CORBA::WChar *ws) | 
| CORBA::Boolean | operator>>= (const CORBA::Any &any, CORBA::Short &s) | 
|  | Typesafe extraction. 
 | 
| CORBA::Boolean | operator>>= (const CORBA::Any &any, CORBA::UShort &us) | 
| CORBA::Boolean | operator>>= (const CORBA::Any &any, CORBA::Long &l) | 
| CORBA::Boolean | operator>>= (const CORBA::Any &any, CORBA::ULong &ul) | 
| CORBA::Boolean | operator>>= (const CORBA::Any &any, CORBA::LongLong &ll) | 
| CORBA::Boolean | operator>>= (const CORBA::Any &any, CORBA::ULongLong &ull) | 
| CORBA::Boolean | operator>>= (const CORBA::Any &any, CORBA::Float &f) | 
| CORBA::Boolean | operator>>= (const CORBA::Any &any, CORBA::Double &d) | 
| CORBA::Boolean | operator>>= (const CORBA::Any &any, CORBA::LongDouble &ld) | 
| CORBA::Boolean | operator>>= (const CORBA::Any &any, const CORBA::Any *&a) | 
| CORBA::Boolean | operator>>= (const CORBA::Any &any, const CORBA::Char *&s) | 
| CORBA::Boolean | operator>>= (const CORBA::Any &any, const CORBA::WChar *&ws) | 
| CORBA::Boolean | operator>>= (const CORBA::Any &any, CORBA::TypeCode_ptr &tc) |