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

Function array_zero_indices

dds/idl/langmap_generator.cpp:48–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 }
47
48 std::string array_zero_indices(AST_Array* arr)
49 {
50 std::string indices;
51 for (ACE_CDR::ULong i = 1; i < arr->n_dims(); ++i) {
52 indices += "[0]";
53 }
54 return indices;
55 }
56
57 std::string array_dims(AST_Type* type, ACE_CDR::ULong& elems)
58 {

Callers 3

array_dimsFunction · 0.85
gen_arrayMethod · 0.85
gen_array_traitsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected