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

Function MemberDescriptorImpl

dds/DCPS/XTypes/MemberDescriptorImpl.h:23–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 MemberDescriptorImpl();
22 ~MemberDescriptorImpl();
23 MemberDescriptorImpl(const char* a_name, bool a_is_key)
24 {
25 name(a_name);
26 id(0);
27 index(0);
28 try_construct_kind(DDS::USE_DEFAULT);
29 is_key(a_is_key);
30 is_optional(false);
31 is_must_understand(false);
32 is_shared(false);
33 is_default_label(false);
34 }
35
36 bool equals(DDS::MemberDescriptor* other);
37 DDS::ReturnCode_t copy_from(DDS::MemberDescriptor*);

Callers 1

Calls 2

is_keyFunction · 0.85
nameFunction · 0.70

Tested by

no test coverage detected