TAO_AnyTypeCode
2.0.8
|
Namespaces | |
namespace | TimeBase |
Functions | |
TAO_AnyTypeCode_Export void | operator<<= (::CORBA::Any &, const TimeBase::UtcT &) |
Copying insertion. | |
TAO_AnyTypeCode_Export void | operator<<= (::CORBA::Any &, TimeBase::UtcT *) |
Non-copying insertion. | |
TAO_AnyTypeCode_Export::CORBA::Boolean | operator>>= (const ::CORBA::Any &, TimeBase::UtcT *&) |
Extraction to non-const pointer (deprecated). | |
TAO_AnyTypeCode_Export::CORBA::Boolean | operator>>= (const ::CORBA::Any &, const TimeBase::UtcT *&) |
Extraction to const pointer. | |
TAO_AnyTypeCode_Export void | operator<<= (::CORBA::Any &, const TimeBase::IntervalT &) |
Copying insertion. | |
TAO_AnyTypeCode_Export void | operator<<= (::CORBA::Any &, TimeBase::IntervalT *) |
Non-copying insertion. | |
TAO_AnyTypeCode_Export::CORBA::Boolean | operator>>= (const ::CORBA::Any &, TimeBase::IntervalT *&) |
Extraction to non-const pointer (deprecated). | |
TAO_AnyTypeCode_Export::CORBA::Boolean | operator>>= (const ::CORBA::Any &, const TimeBase::IntervalT *&) |
Extraction to const pointer. |
TAO_AnyTypeCode_Export void operator<<= | ( | ::CORBA::Any & | , |
const TimeBase::UtcT & | |||
) |
Copying insertion.
TAO_AnyTypeCode_Export void operator<<= | ( | ::CORBA::Any & | , |
TimeBase::UtcT * | |||
) |
Non-copying insertion.
TAO_AnyTypeCode_Export void operator<<= | ( | ::CORBA::Any & | , |
const TimeBase::IntervalT & | |||
) |
Copying insertion.
TAO_AnyTypeCode_Export void operator<<= | ( | ::CORBA::Any & | , |
TimeBase::IntervalT * | |||
) |
Non-copying insertion.
TAO_AnyTypeCode_Export ::CORBA::Boolean operator>>= | ( | const ::CORBA::Any & | , |
TimeBase::UtcT *& | |||
) |
Extraction to non-const pointer (deprecated).
TAO_AnyTypeCode_Export ::CORBA::Boolean operator>>= | ( | const ::CORBA::Any & | , |
const TimeBase::UtcT *& | |||
) |
Extraction to const pointer.
TAO_AnyTypeCode_Export ::CORBA::Boolean operator>>= | ( | const ::CORBA::Any & | , |
TimeBase::IntervalT *& | |||
) |
Extraction to non-const pointer (deprecated).
TAO_AnyTypeCode_Export ::CORBA::Boolean operator>>= | ( | const ::CORBA::Any & | , |
const TimeBase::IntervalT *& | |||
) |
Extraction to const pointer.