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

Function attr_signature_w

java/idl2jni/codegen/im_java.cpp:672–677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

670}
671
672string attr_signature_w(AST_Attribute *attr)
673{
674 const char *name = attr->local_name()->get_string();
675 return string("void ") + name + '('
676 + idl_mapping_java::type(attr->field_type()) + ' ' + name + ')';
677}
678
679string op_signature(AST_Operation *op)
680{

Callers 1

gen_interfMethod · 0.85

Calls 1

get_stringMethod · 0.45

Tested by

no test coverage detected