#include "ace/config-all.h"
#include "tao/TAO_Export.h"
#include "tao/ORB.h"
#include "tao/Environment.h"
Include dependency graph for ParameterModeC.h:
This graph shows which files directly or indirectly include this file:
Namespaces | |
namespace | CORBA |
namespace | TAO |
Defines | |
#define | TAO_EXPORT_MACRO TAO_Export |
Typedefs | |
typedef ParameterMode & | ParameterMode_out |
Enumerations | |
enum | ParameterMode { PARAM_IN, PARAM_OUT, PARAM_INOUT } |
Functions | |
TAO_Export void | operator<<= (CORBA::Any &, CORBA::ParameterMode) |
TAO_Export CORBA::Boolean | operator>>= (const CORBA::Any &, CORBA::ParameterMode &) |
TAO_Export CORBA::Boolean | operator<< (TAO_OutputCDR &, CORBA::ParameterMode) |
TAO_Export CORBA::Boolean | operator>> (TAO_InputCDR &, CORBA::ParameterMode &) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|