MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / MemberDescriptorImpl

Method MemberDescriptorImpl

dds/DCPS/XTypes/MemberDescriptorImpl.cpp:14–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12namespace XTypes {
13
14MemberDescriptorImpl::MemberDescriptorImpl()
15{
16 id(MEMBER_ID_INVALID);
17 index(0);
18 try_construct_kind(DDS::DISCARD);
19 is_key(false);
20 is_optional(false);
21 is_must_understand(false);
22 is_shared(false);
23 is_default_label(false);
24}
25
26MemberDescriptorImpl::~MemberDescriptorImpl()
27{}

Callers

nothing calls this directly

Calls 1

is_keyFunction · 0.85

Tested by

no test coverage detected