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

Function get_u32_annotation_member_value

dds/idl/annotations.cpp:120–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120ACE_UINT32 get_u32_annotation_member_value(AST_Annotation_Appl* appl,
121 const char* member_name)
122{
123 AST_Expression::AST_ExprValue* const ev =
124 get_annotation_member_ev(appl, member_name, AST_Expression::EV_ulong);
125 return ev->u.ulval;
126}
127
128ACE_INT32 get_i32_annotation_member_value(AST_Annotation_Appl* appl,
129 const char* member_name)

Callers 3

call_value_getterFunction · 0.85
value_from_applMethod · 0.85
value_from_applMethod · 0.85

Calls 1

get_annotation_member_evFunction · 0.85

Tested by

no test coverage detected