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

Method SingleValue

dds/DCPS/XTypes/DynamicDataImpl.cpp:846–848  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

844}
845
846DynamicDataImpl::SingleValue::SingleValue()
847 : kind_(TK_NONE), active_(0)
848{}
849
850DynamicDataImpl::SingleValue::SingleValue(CORBA::Long int32)
851 : kind_(TK_INT32), active_(0), int32_(int32)

Callers

nothing calls this directly

Calls 3

string_dupFunction · 0.85
wstring_dupFunction · 0.85
copyFunction · 0.70

Tested by

no test coverage detected