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

Method fields_array

tools/dissector/sample_manager.cpp:470–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

468 }
469
470 hf_register_info* Sample_Manager::fields_array() {
471 if (hf_array_ == NULL) {
472 hf_array_ = new hf_register_info[number_of_fields()];
473 std::copy(hf_vector_.begin(), hf_vector_.end(), &hf_array_[0]);
474 }
475 return hf_array_;
476 }
477 }
478}
479

Callers 1

initMethod · 0.80

Calls 3

copyFunction · 0.50
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected