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

Function get_bool_annotation_member_value

dds/idl/annotations.cpp:112–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112bool get_bool_annotation_member_value(AST_Annotation_Appl* appl,
113 const char* member_name)
114{
115 AST_Expression::AST_ExprValue* const ev =
116 get_annotation_member_ev(appl, member_name, AST_Expression::EV_bool);
117 return ev->u.bval;
118}
119
120ACE_UINT32 get_u32_annotation_member_value(AST_Annotation_Appl* appl,
121 const char* member_name)

Callers 1

call_value_getterFunction · 0.85

Calls 1

get_annotation_member_evFunction · 0.85

Tested by

no test coverage detected