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

Function get_str_annotation_member_value

dds/idl/annotations.cpp:136–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136std::string get_str_annotation_member_value(AST_Annotation_Appl* appl,
137 const char* member_name)
138{
139 AST_Expression::AST_ExprValue* const ev =
140 get_annotation_member_ev(appl, member_name, AST_Expression::EV_string);
141 return ev->u.strval->get_string();
142}
143
144// @key ======================================================================
145

Callers 3

call_value_getterFunction · 0.85
value_from_applMethod · 0.85
value_from_applMethod · 0.85

Calls 2

get_annotation_member_evFunction · 0.85
get_stringMethod · 0.45

Tested by

no test coverage detected