#include "tao/ServicesC.h"#include "tao/CDR.h"#include "tao/ORB_Core.h"Include dependency graph for ServicesC.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | TAO |
Defines | |
| #define | _CORBA_SERVICEOPTIONSEQ_CS_ |
| #define | _CORBA_SERVICEDETAILSEQ_CS_ |
Functions | |
| CORBA::Boolean | operator<< (TAO_OutputCDR &strm, const CORBA::ServiceOptionSeq &_tao_sequence) |
| CORBA::Boolean | operator>> (TAO_InputCDR &strm, CORBA::ServiceOptionSeq &_tao_sequence) |
| CORBA::Boolean | operator<< (TAO_OutputCDR &strm, const CORBA::ServiceDetail &_tao_aggregate) |
| CORBA::Boolean | operator>> (TAO_InputCDR &strm, CORBA::ServiceDetail &_tao_aggregate) |
| CORBA::Boolean | operator<< (TAO_OutputCDR &strm, const CORBA::ServiceDetailSeq &_tao_sequence) |
| CORBA::Boolean | operator>> (TAO_InputCDR &strm, CORBA::ServiceDetailSeq &_tao_sequence) |
| CORBA::Boolean | operator<< (TAO_OutputCDR &strm, const CORBA::ServiceInformation &_tao_aggregate) |
| CORBA::Boolean | operator>> (TAO_InputCDR &strm, CORBA::ServiceInformation &_tao_aggregate) |
|
|
Definition at line 117 of file ServicesC.cpp. |
|
|
Definition at line 51 of file ServicesC.cpp. |
|
||||||||||||
|
Definition at line 253 of file ServicesC.cpp.
00257 {
00258 return
00259 (strm << _tao_aggregate.service_options) &&
00260 (strm << _tao_aggregate.service_details);
00261 }
|
|
||||||||||||
|
Definition at line 232 of file ServicesC.cpp.
00236 {
00237 return TAO::marshal_sequence(strm, _tao_sequence);
00238 }
|
|
||||||||||||
|
Definition at line 206 of file ServicesC.cpp.
00210 {
00211 return
00212 (strm << _tao_aggregate.service_detail_type) &&
00213 (strm << _tao_aggregate.service_detail);
00214 }
|
|
||||||||||||
|
Definition at line 185 of file ServicesC.cpp.
00189 {
00190 return TAO::marshal_sequence(strm, _tao_sequence);
00191 }
|
|
||||||||||||
|
Definition at line 263 of file ServicesC.cpp.
00267 {
00268 return
00269 (strm >> _tao_aggregate.service_options) &&
00270 (strm >> _tao_aggregate.service_details);
00271 }
|
|
||||||||||||
|
Definition at line 240 of file ServicesC.cpp.
00244 {
00245 return TAO::demarshal_sequence(strm, _tao_sequence);
00246 }
|
|
||||||||||||
|
Definition at line 216 of file ServicesC.cpp.
00220 {
00221 return
00222 (strm >> _tao_aggregate.service_detail_type) &&
00223 (strm >> _tao_aggregate.service_detail);
00224 }
|
|
||||||||||||
|
Definition at line 193 of file ServicesC.cpp.
00197 {
00198 return TAO::demarshal_sequence(strm, _tao_sequence);
00199 }
|
1.3.6