Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDDS/OpenDDS
/ attr_signature_r
Function
attr_signature_r
java/idl2jni/codegen/im_java.cpp:666–670 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
664
665
namespace {
666
string attr_signature_r(AST_Attribute *attr)
667
{
668
return idl_mapping_java::type(attr->field_type())
669
+
' '
+ attr->local_name()->get_string() +
"()"
;
670
}
671
672
string attr_signature_w(AST_Attribute *attr)
673
{
Callers
1
gen_interf
Method · 0.85
Calls
1
get_string
Method · 0.45
Tested by
no test coverage detected