#include "tao/DynamicAny/DynamicAny.h"
#include "tao/CDR.h"
#include "ace/OS_NS_string.h"
Include dependency graph for DynamicAnyC.cpp:
Go to the source code of this file.
Namespaces | |
namespace | TAO |
Defines | |
#define | _DYNAMICANY_NAMEVALUEPAIRSEQ_CS_ |
#define | _DYNAMICANY_NAMEDYNANYPAIRSEQ_CS_ |
#define | _DYNAMICANY_ANYSEQ_CS_ |
#define | _DYNAMICANY_DYNANYSEQ_CS_ |
Functions | |
CORBA::Boolean | operator<< (TAO_OutputCDR &strm, const DynamicAny::NameValuePair &_tao_aggregate) |
CORBA::Boolean | operator>> (TAO_InputCDR &strm, DynamicAny::NameValuePair &_tao_aggregate) |
CORBA::Boolean | operator<< (TAO_OutputCDR &strm, const DynamicAny::NameValuePairSeq &_tao_sequence) |
CORBA::Boolean | operator>> (TAO_InputCDR &strm, DynamicAny::NameValuePairSeq &_tao_sequence) |
CORBA::Boolean | operator<< (TAO_OutputCDR &strm, const DynamicAny::AnySeq &_tao_sequence) |
CORBA::Boolean | operator>> (TAO_InputCDR &strm, DynamicAny::AnySeq &_tao_sequence) |
|
Definition at line 1002 of file DynamicAnyC.cpp. |
|
Definition at line 1046 of file DynamicAnyC.cpp. |
|
Definition at line 684 of file DynamicAnyC.cpp. |
|
Definition at line 635 of file DynamicAnyC.cpp. |
|
Definition at line 1770 of file DynamicAnyC.cpp. References TAO::marshal_sequence().
01774 { 01775 return TAO::marshal_sequence(strm, _tao_sequence); 01776 } |
|
Definition at line 1746 of file DynamicAnyC.cpp.
01750 { 01751 return TAO::marshal_sequence(strm, _tao_sequence); 01752 } |
|
Definition at line 1720 of file DynamicAnyC.cpp.
|
|
Definition at line 1778 of file DynamicAnyC.cpp. References TAO::demarshal_sequence().
01782 { 01783 return TAO::demarshal_sequence(strm, _tao_sequence); 01784 } |
|
Definition at line 1754 of file DynamicAnyC.cpp.
01758 { 01759 return TAO::demarshal_sequence(strm, _tao_sequence); 01760 } |
|
Definition at line 1730 of file DynamicAnyC.cpp.
|