Namespaces | Defines | Functions

RT_ProtocolPropertiesA.h File Reference

#include "tao/RTCORBA/RT_ProtocolPropertiesC.h"
Include dependency graph for RT_ProtocolPropertiesA.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  RTCORBA

Defines

#define TAO_RTCORBA_SAFE_INCLUDE

Functions

TAO_RTCORBA_Export void operator<<= (::CORBA::Any &, RTCORBA::ProtocolProperties_ptr)
 Copying insertion.
TAO_RTCORBA_Export void operator<<= (::CORBA::Any &, RTCORBA::ProtocolProperties_ptr *)
 Non-copying insertion.
TAO_RTCORBA_Export::CORBA::Boolean operator>>= (const ::CORBA::Any &, RTCORBA::ProtocolProperties_ptr &)

Define Documentation

#define TAO_RTCORBA_SAFE_INCLUDE

Definition at line 37 of file RT_ProtocolPropertiesA.h.


Function Documentation

TAO_RTCORBA_Export void operator<<= ( ::CORBA::Any ,
RTCORBA::ProtocolProperties_ptr   
)

Copying insertion.

Definition at line 162 of file RT_ProtocolPropertiesA.cpp.

{
  RTCORBA::ProtocolProperties_ptr _tao_objptr =
    RTCORBA::ProtocolProperties::_duplicate (_tao_elem);
  _tao_any <<= &_tao_objptr;
}

TAO_RTCORBA_Export void operator<<= ( ::CORBA::Any ,
RTCORBA::ProtocolProperties_ptr  
)

Non-copying insertion.

Definition at line 173 of file RT_ProtocolPropertiesA.cpp.

{
  TAO::Any_Impl_T<RTCORBA::ProtocolProperties>::insert (
      _tao_any,
      RTCORBA::ProtocolProperties::_tao_any_destructor,
      RTCORBA::_tc_ProtocolProperties,
      *_tao_elem);
}

TAO_RTCORBA_Export ::CORBA::Boolean operator>>= ( const ::CORBA::Any ,
RTCORBA::ProtocolProperties_ptr  
)

Definition at line 185 of file RT_ProtocolPropertiesA.cpp.

{
  return
    TAO::Any_Impl_T<RTCORBA::ProtocolProperties>::extract (
        _tao_any,
        RTCORBA::ProtocolProperties::_tao_any_destructor,
        RTCORBA::_tc_ProtocolProperties,
        _tao_elem);
}

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines