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

Method add_value

tools/dissector/sample_dissector.cpp:1219–1224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1217 }
1218
1219 Sample_Field *
1220 Sample_Enum::add_value(const std::string &name)
1221 {
1222 Sample_Field *sf = new Sample_Field(Sample_Field::Enumeration, name);
1223 return (value_ == 0) ? (value_ = sf) : value_->chain(sf);
1224 }
1225
1226 size_t
1227 Sample_Enum::dissect_i (Wireshark_Bundle &params)

Callers 1

visitMethod · 0.80

Calls 1

chainMethod · 0.80

Tested by

no test coverage detected