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

Method visit

tools/dissector/sample_manager.cpp:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 { }
51
52 void visit (itl::Alias& a) {
53 dissector = get_dissector(map, a.type());
54 }
55
56 void visit (itl::Int& i) {
57 if (i.bits() == 32 && i.isUnsigned () && i.isConstrained) {

Callers

nothing calls this directly

Calls 15

get_dissectorFunction · 0.85
bitsMethod · 0.80
isUnsignedMethod · 0.80
rbeginMethod · 0.80
add_valueMethod · 0.80
add_fieldMethod · 0.80
modelMethod · 0.80
digitsMethod · 0.80
scaleMethod · 0.80
element_typeMethod · 0.80
noteMethod · 0.80
add_defaultMethod · 0.80

Tested by

no test coverage detected