#include "tao/AnyTypeCode/Null_RefCount_Policy.h"
#include "tao/AnyTypeCode/TypeCode_Constants.h"
#include "tao/AnyTypeCode/Alias_TypeCode_Static.h"
#include "tao/AnyTypeCode/Sequence_TypeCode_Static.h"
#include "tao/AnyTypeCode/String_TypeCode_Static.h"
#include "orbsvcs/SSLIOP/ssl_endpointsC.h"
#include "tao/CDR.h"
Include dependency graph for ssl_endpointsC.cpp:
Go to the source code of this file.
Namespaces | |
namespace | TAO |
namespace | TAO::TypeCode |
Defines | |
#define | _TAO_SSLENDPOINTSEQUENCE_CS_ |
Functions | |
TAO::TypeCode::Alias< char const *, CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy > | _tao_tc_TAO_SSLEndpointSequence (CORBA::tk_alias,"IDL:TAO_SSLEndpointSequence:1.0","TAO_SSLEndpointSequence",&TAO::TypeCode::tc_TAO_SSLEndpointSequence_0) |
CORBA::Boolean | operator<< (TAO_OutputCDR &strm, const TAO_SSLEndpointSequence &_tao_sequence) |
CORBA::Boolean | operator>> (TAO_InputCDR &strm, TAO_SSLEndpointSequence &_tao_sequence) |
Variables | |
::CORBA::TypeCode_ptr const | _tc_TAO_SSLEndpointSequence |
|
Definition at line 59 of file ssl_endpointsC.cpp. |
|
|
|
Definition at line 147 of file ssl_endpointsC.cpp. References TAO::marshal_sequence().
00151 { 00152 return TAO::marshal_sequence(strm, _tao_sequence); 00153 } |
|
Definition at line 155 of file ssl_endpointsC.cpp. References TAO::demarshal_sequence().
00159 { 00160 return TAO::demarshal_sequence(strm, _tao_sequence); 00161 } |
|
Initial value: &_tao_tc_TAO_SSLEndpointSequence Definition at line 138 of file ssl_endpointsC.cpp. |