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

Function gen_isDcpsKey

dds/idl/ts_generator.cpp:79–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 }
78
79 void gen_isDcpsKey(IDL_GlobalData::DCPS_Data_Type_Info* info)
80 {
81 IDL_GlobalData::DCPS_Key_List::CONST_ITERATOR i(info->key_list_);
82 for (ACE_TString* key = 0; i.next(key); i.advance()) {
83 gen_isDcpsKey_i(ACE_TEXT_ALWAYS_CHAR(key->c_str()));
84 }
85 }
86
87 void gen_isDcpsKey(TopicKeys& keys)
88 {

Callers 1

generate_tsMethod · 0.85

Calls 6

gen_isDcpsKey_iFunction · 0.85
advanceMethod · 0.80
canonical_pathMethod · 0.80
nextMethod · 0.45
endMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected