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

Method free_string

dds/DCPS/Serializer.cpp:360–372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358}
359
360void
361Serializer::free_string(ACE_CDR::Char* str,
362 StrFree str_free)
363{
364 if (str_free == 0) {
365#ifdef OPENDDS_UTIL_BUILD
366 str_free = string_free;
367#else
368 str_free = CORBA::string_free;
369#endif
370 }
371 str_free(str);
372}
373
374size_t
375Serializer::read_string(ACE_CDR::WChar*& dest,

Callers 1

runTestFunction · 0.80

Calls

no outgoing calls

Tested by 1

runTestFunction · 0.64