#include "ace/config-all.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"

Go to the source code of this file.
Classes | |
| class | TAO::ObjectKey |
Namespaces | |
| namespace | TAO |
Define symbolic names for the ORB collocation strategies. | |
Defines | |
| #define | TAO_EXPORT_MACRO TAO_Export |
| #define | _TAO_OBJECTKEY_CH_ |
| #define | _TAO_CDR_OP_TAO_ObjectKey_H_ |
Functions | |
| TAO_Export CORBA::Boolean | operator<< (TAO_OutputCDR &, const TAO::ObjectKey &) |
| TAO_Export CORBA::Boolean | operator>> (TAO_InputCDR &, TAO::ObjectKey &) |
| #define _TAO_CDR_OP_TAO_ObjectKey_H_ |
Definition at line 155 of file Object_KeyC.h.
| #define _TAO_OBJECTKEY_CH_ |
Definition at line 72 of file Object_KeyC.h.
| #define TAO_EXPORT_MACRO TAO_Export |
Definition at line 53 of file Object_KeyC.h.
| TAO_Export CORBA::Boolean operator<< | ( | TAO_OutputCDR & | , | |
| const TAO::ObjectKey & | ||||
| ) |
Definition at line 255 of file Object_KeyC.cpp.
{
return TAO::marshal_sequence(strm, _tao_sequence);
}
| TAO_Export CORBA::Boolean operator>> | ( | TAO_InputCDR & | , | |
| TAO::ObjectKey & | ||||
| ) |
Definition at line 263 of file Object_KeyC.cpp.
{
return TAO::demarshal_sequence(strm, _tao_sequence);
}
1.7.0