#include "ace/config-all.h"
#include "tao/AnyTypeCode/TAO_AnyTypeCode_Export.h"
#include "tao/AnyTypeCode/AnyTypeCode_methods.h"
#include "tao/ORB.h"
#include "tao/Environment.h"
Include dependency graph for BoundsA.h:
This graph shows which files directly or indirectly include this file:
Namespaces | |
namespace | CORBA |
namespace | TAO |
Classes | |
class | CORBA::Bounds |
Defines | |
#define | TAO_EXPORT_MACRO TAO_AnyTypeCode_Export |
#define | _CORBA_BOUNDS_CH_ |
Functions | |
TAO_AnyTypeCode_Export void | operator<<= (CORBA::Any &, const CORBA::Bounds &) |
TAO_AnyTypeCode_Export void | operator<<= (CORBA::Any &, CORBA::Bounds *) |
TAO_AnyTypeCode_Export CORBA::Boolean | operator>>= (const CORBA::Any &, CORBA::Bounds *&) |
TAO_AnyTypeCode_Export CORBA::Boolean | operator>>= (const CORBA::Any &, const CORBA::Bounds *&) |
TAO_AnyTypeCode_Export CORBA::Boolean | operator<< (TAO_OutputCDR &, const CORBA::Bounds &) |
TAO_AnyTypeCode_Export CORBA::Boolean | operator>> (TAO_InputCDR &, CORBA::Bounds &) |
Variables | |
TAO_AnyTypeCode_Export::CORBA::TypeCode_ptr const | CORBA::_tc_Bounds |
#define _CORBA_BOUNDS_CH_ |
#define TAO_EXPORT_MACRO TAO_AnyTypeCode_Export |
TAO_AnyTypeCode_Export CORBA::Boolean operator<< | ( | TAO_OutputCDR & | , | |
const CORBA::Bounds & | ||||
) |
TAO_AnyTypeCode_Export void operator<<= | ( | CORBA::Any & | , | |
CORBA::Bounds * | ||||
) |
TAO_AnyTypeCode_Export void operator<<= | ( | CORBA::Any & | , | |
const CORBA::Bounds & | ||||
) |
TAO_AnyTypeCode_Export CORBA::Boolean operator>> | ( | TAO_InputCDR & | , | |
CORBA::Bounds & | ||||
) |
TAO_AnyTypeCode_Export CORBA::Boolean operator>>= | ( | const CORBA::Any & | , | |
const CORBA::Bounds *& | ||||
) |
TAO_AnyTypeCode_Export CORBA::Boolean operator>>= | ( | const CORBA::Any & | , | |
CORBA::Bounds *& | ||||
) |