#include "ace/config-all.h"#include "tao/TAO_Export.h"#include "tao/ORB.h"#include "tao/Environment.h"#include "tao/Sequence_T.h"#include "tao/Seq_Var_T.h"#include "tao/Seq_Out_T.h"#include "tao/VarOut_T.h"#include "tao/String_Manager_T.h"#include "tao/OctetSeqC.h"Include dependency graph for IOP_IORC.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
|
|
Definition at line 230 of file IOP_IORC.h. |
|
|
Definition at line 450 of file IOP_IORC.h. |
|
|
Definition at line 275 of file IOP_IORC.h. |
|
|
Definition at line 320 of file IOP_IORC.h. |
|
|
Definition at line 121 of file IOP_IORC.h. |
|
|
Definition at line 57 of file IOP_IORC.h. |
|
||||||||||||
|
Definition at line 558 of file IOP_IORC.cpp. References TAO::marshal_sequence().
00562 {
00563 return TAO::marshal_sequence(strm, _tao_sequence);
00564 }
|
|
||||||||||||
|
Definition at line 532 of file IOP_IORC.cpp. References IOP::ServiceContext::context_data, and IOP::ServiceContext::context_id.
00536 {
00537 return
00538 (strm << _tao_aggregate.context_id) &&
00539 (strm << _tao_aggregate.context_data);
00540 }
|
|
||||||||||||
|
Definition at line 511 of file IOP_IORC.cpp. References TAO::marshal_sequence().
00515 {
00516 return TAO::marshal_sequence(strm, _tao_sequence);
00517 }
|
|
||||||||||||
|
Definition at line 487 of file IOP_IORC.cpp. References TAO::marshal_sequence().
00491 {
00492 return TAO::marshal_sequence(strm, _tao_sequence);
00493 }
|
|
||||||||||||
|
Definition at line 463 of file IOP_IORC.cpp. References TAO::marshal_sequence().
00467 {
00468 return TAO::marshal_sequence(strm, _tao_sequence);
00469 }
|
|
||||||||||||
|
Definition at line 437 of file IOP_IORC.cpp. References IOP::TaggedComponent::component_data, and IOP::TaggedComponent::tag.
00441 {
00442 return
00443 (strm << _tao_aggregate.tag) &&
00444 (strm << _tao_aggregate.component_data);
00445 }
|
|
||||||||||||
|
Definition at line 414 of file IOP_IORC.cpp. References IOP::IOR::profiles, and IOP::IOR::type_id.
00418 {
00419 return
00420 (strm << _tao_aggregate.type_id.in ()) &&
00421 (strm << _tao_aggregate.profiles);
00422 }
|
|
||||||||||||
|
Definition at line 393 of file IOP_IORC.cpp. References TAO::marshal_sequence().
00397 {
00398 return TAO::marshal_sequence(strm, _tao_sequence);
00399 }
|
|
||||||||||||
|
Definition at line 367 of file IOP_IORC.cpp. References IOP::TaggedProfile::profile_data, and IOP::TaggedProfile::tag.
00371 {
00372 return
00373 (strm << _tao_aggregate.tag) &&
00374 (strm << _tao_aggregate.profile_data);
00375 }
|
|
||||||||||||
|
Definition at line 566 of file IOP_IORC.cpp. References TAO::demarshal_sequence().
00570 {
00571 return TAO::demarshal_sequence(strm, _tao_sequence);
00572 }
|
|
||||||||||||
|
Definition at line 542 of file IOP_IORC.cpp. References IOP::ServiceContext::context_data, and IOP::ServiceContext::context_id.
00546 {
00547 return
00548 (strm >> _tao_aggregate.context_id) &&
00549 (strm >> _tao_aggregate.context_data);
00550 }
|
|
||||||||||||
|
Definition at line 519 of file IOP_IORC.cpp. References TAO::demarshal_sequence().
00523 {
00524 return TAO::demarshal_sequence(strm, _tao_sequence);
00525 }
|
|
||||||||||||
|
Definition at line 495 of file IOP_IORC.cpp. References TAO::demarshal_sequence().
00499 {
00500 return TAO::demarshal_sequence(strm, _tao_sequence);
00501 }
|
|
||||||||||||
|
Definition at line 471 of file IOP_IORC.cpp. References TAO::demarshal_sequence().
00475 {
00476 return TAO::demarshal_sequence(strm, _tao_sequence);
00477 }
|
|
||||||||||||
|
Definition at line 447 of file IOP_IORC.cpp. References IOP::TaggedComponent::component_data, and IOP::TaggedComponent::tag.
00451 {
00452 return
00453 (strm >> _tao_aggregate.tag) &&
00454 (strm >> _tao_aggregate.component_data);
00455 }
|
|
||||||||||||
|
Definition at line 424 of file IOP_IORC.cpp. References IOP::IOR::profiles, and IOP::IOR::type_id.
00428 {
00429 return
00430 (strm >> _tao_aggregate.type_id.out ()) &&
00431 (strm >> _tao_aggregate.profiles);
00432 }
|
|
||||||||||||
|
Definition at line 401 of file IOP_IORC.cpp. References TAO::demarshal_sequence().
00405 {
00406 return TAO::demarshal_sequence(strm, _tao_sequence);
00407 }
|
|
||||||||||||
|
Definition at line 377 of file IOP_IORC.cpp. References IOP::TaggedProfile::profile_data, and IOP::TaggedProfile::tag.
00381 {
00382 return
00383 (strm >> _tao_aggregate.tag) &&
00384 (strm >> _tao_aggregate.profile_data);
00385 }
|
1.3.6