#include "ace/config-all.h"
#include "tao/ORB.h"
#include "tao/SystemException.h"
#include "tao/Environment.h"
#include "tao/Sequence_T.h"
#include "tao/Seq_Var_T.h"
#include "tao/Seq_Out_T.h"
#include "orbsvcs/SSLIOPC.h"
Include dependency graph for ssl_endpointsC.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | TAO |
Classes | |
class | TAO_SSLEndpointSequence |
Defines | |
#define | TAO_EXPORT_MACRO TAO_SSLIOP_Export |
#define | _TAO_SSLENDPOINTSEQUENCE_CH_ |
Typedefs | |
typedef TAO_FixedSeq_Var_T< TAO_SSLEndpointSequence > | TAO_SSLEndpointSequence_var |
typedef TAO_Seq_Out_T< TAO_SSLEndpointSequence > | TAO_SSLEndpointSequence_out |
Functions | |
TAO_SSLIOP_Export CORBA::Boolean | operator<< (TAO_OutputCDR &, const TAO_SSLEndpointSequence &) |
TAO_SSLIOP_Export CORBA::Boolean | operator>> (TAO_InputCDR &, TAO_SSLEndpointSequence &) |
Variables | |
TAO_SSLIOP_Export::CORBA::TypeCode_ptr const | _tc_TAO_SSLEndpointSequence |
|
Definition at line 72 of file ssl_endpointsC.h. |
|
Definition at line 55 of file ssl_endpointsC.h. |
|
Definition at line 86 of file ssl_endpointsC.h. |
|
Definition at line 80 of file ssl_endpointsC.h. |
|
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 } |
|
Definition at line 114 of file ssl_endpointsC.h. |