OpenDDS
Snapshot(2023/04/28-20:55)
|
#include <TypeDescriptorImpl.h>
Public Member Functions | |
TypeDescriptorImpl () | |
~TypeDescriptorImpl () | |
CORBA::Boolean | equals (DDS::TypeDescriptor *) |
DDS::ReturnCode_t | copy_from (DDS::TypeDescriptor *) |
CORBA::Boolean | is_consistent () |
CORBA::ValueBase * | _copy_value () |
CORBA::TypeCode_ptr | _tao_type () const |
Private Member Functions | |
CORBA::Boolean | _tao_marshal__DDS_TypeDescriptor (TAO_OutputCDR &, TAO_ChunkInfo &) const |
CORBA::Boolean | _tao_unmarshal__DDS_TypeDescriptor (TAO_InputCDR &, TAO_ChunkInfo &) |
Definition at line 16 of file TypeDescriptorImpl.h.
OpenDDS::XTypes::TypeDescriptorImpl::TypeDescriptorImpl | ( | ) |
Definition at line 13 of file TypeDescriptorImpl.cpp.
References DDS::FINAL, and OpenDDS::XTypes::TK_NONE.
OpenDDS::XTypes::TypeDescriptorImpl::~TypeDescriptorImpl | ( | ) |
Definition at line 20 of file TypeDescriptorImpl.cpp.
CORBA::ValueBase * OpenDDS::XTypes::TypeDescriptorImpl::_copy_value | ( | void | ) |
|
private |
CORBA::TypeCode_ptr OpenDDS::XTypes::TypeDescriptorImpl::_tao_type | ( | void | ) | const |
|
private |
DDS::ReturnCode_t OpenDDS::XTypes::TypeDescriptorImpl::copy_from | ( | DDS::TypeDescriptor * | ) |
Definition at line 41 of file TypeDescriptorImpl.cpp.
References DDS::RETCODE_UNSUPPORTED.
bool OpenDDS::XTypes::TypeDescriptorImpl::equals | ( | DDS::TypeDescriptor * | other | ) |
Definition at line 23 of file TypeDescriptorImpl.cpp.
References OpenDDS::XTypes::test_equality().
CORBA::Boolean OpenDDS::XTypes::TypeDescriptorImpl::is_consistent | ( | ) |