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