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

Function isArray

java/idl2jni/codegen/im_jni.cpp:450–458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

448}
449
450bool isArray(AST_Type *t)
451{
452 if (t->node_type() == AST_Decl::NT_typedef) {
453 AST_Typedef *td = dynamic_cast<AST_Typedef*>(t);
454 t = td->primitive_base_type();
455 }
456
457 return t->node_type() == AST_Decl::NT_array;
458}
459
460bool isObjref(AST_Type *t)
461{

Callers 5

gen_structMethod · 0.85
arg_conversionFunction · 0.85
write_native_attribute_rFunction · 0.85
write_native_operationFunction · 0.85
gen_unionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected