OpenDDS
Snapshot(2023/04/28-20:55)
|
#include <DynamicTypeImpl.h>
Public Types | |
typedef MapType::const_iterator | const_iterator |
Public Member Functions | |
const_iterator | find (const OpenDDS::DCPS::String &key) const |
const_iterator | begin () const |
const_iterator | end () const |
void | insert (const MapType::value_type &value) |
size_t | size () const |
void | clear () |
Private Member Functions | |
typedef | OPENDDS_MAP (OpenDDS::DCPS::String, DDS::DynamicTypeMember_var) MapType |
Private Attributes | |
MapType | map_ |
Definition at line 19 of file DynamicTypeImpl.h.
typedef MapType::const_iterator OpenDDS::XTypes::DynamicTypeMembersByNameImpl::const_iterator |
Definition at line 23 of file DynamicTypeImpl.h.
|
inline |
Definition at line 30 of file DynamicTypeImpl.h.
References map_.
Referenced by OpenDDS::XTypes::test_equality().
|
inline |
Definition at line 50 of file DynamicTypeImpl.h.
References map_.
Referenced by OpenDDS::XTypes::DynamicTypeImpl::clear().
|
inline |
Definition at line 35 of file DynamicTypeImpl.h.
References map_.
Referenced by OpenDDS::XTypes::DynamicTypeImpl::get_member_by_name(), and OpenDDS::XTypes::test_equality().
|
inline |
Definition at line 25 of file DynamicTypeImpl.h.
References map_.
Referenced by OpenDDS::XTypes::DynamicTypeImpl::get_member_by_name(), and OpenDDS::XTypes::test_equality().
|
inline |
Definition at line 40 of file DynamicTypeImpl.h.
References map_.
Referenced by OpenDDS::XTypes::DynamicTypeImpl::insert_dynamic_member().
|
private |
|
inline |
Definition at line 45 of file DynamicTypeImpl.h.
References map_.
Referenced by OpenDDS::XTypes::test_equality().
|
private |
Definition at line 56 of file DynamicTypeImpl.h.
Referenced by begin(), OpenDDS::XTypes::DynamicTypeMembersByIdImpl::begin(), clear(), OpenDDS::XTypes::DynamicTypeMembersByIdImpl::clear(), end(), OpenDDS::XTypes::DynamicTypeMembersByIdImpl::end(), find(), OpenDDS::XTypes::DynamicTypeMembersByIdImpl::find(), insert(), OpenDDS::XTypes::DynamicTypeMembersByIdImpl::insert(), size(), and OpenDDS::XTypes::DynamicTypeMembersByIdImpl::size().