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

Method get_value

dds/DCPS/ValueCommon.cpp:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16namespace DCPS {
17
18ACE_CDR::Long EnumHelper::get_value(const char* name) const
19{
20 ACE_CDR::Long value;
21 return get_value(value, name) ? value : 0;
22}
23
24const char* EnumHelper::get_name(ACE_CDR::Long value) const
25{

Callers 5

string_to_bitmaskFunction · 0.45
begin_struct_memberMethod · 0.45
read_long_enumMethod · 0.45
TESTFunction · 0.45
ACE_TMAINFunction · 0.45

Calls 5

get_valueFunction · 0.85
beginMethod · 0.45
endMethod · 0.45
sizeMethod · 0.45
findMethod · 0.45

Tested by

no test coverage detected