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

Method clear_container

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

Source from the content-addressed store, hash-verified

354}
355
356void DynamicDataImpl::clear_container()
357{
358 ACE_GUARD(ACE_Recursive_Thread_Mutex, guard, lock_);
359 container_.clear();
360}
361
362DDS::ReturnCode_t DynamicDataImpl::clear_nonkey_values()
363{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected