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

Method Sample_Dissector

tools/dissector/sample_dissector.cpp:914–924  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

912 //------------------------------------------------------------------------
913
914 Sample_Dissector::Sample_Dissector(const std::string& subtree)
915 : field_(0),
916 ett_(-1),
917 subtree_label_(),
918 is_struct_(false),
919 is_root_(false)
920 {
921 if (!subtree.empty()) {
922 this->init (subtree);
923 }
924 }
925
926 Sample_Dissector::~Sample_Dissector ()
927 {

Callers

nothing calls this directly

Calls 2

initMethod · 0.95
emptyMethod · 0.45

Tested by

no test coverage detected