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

Method get_wstring

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

Source from the content-addressed store, hash-verified

994
995char* DynamicDataImpl::SingleValue::get_string() const { return CORBA::string_dup(str_); }
996CORBA::WChar* DynamicDataImpl::SingleValue::get_wstring() const { return CORBA::wstring_dup(wstr_); }
997
998void DynamicDataImpl::SingleValue::copy(const SingleValue& other)
999{

Callers 1

Calls 1

wstring_dupFunction · 0.85

Tested by

no test coverage detected