MCPcopy Create free account
hub / github.com/dds-bridge/dds / ~TransTableL

Method ~TransTableL

library/src/trans_table/trans_table_l.cpp:226–229  ·  view source on GitHub ↗

* @brief Destroy the TransTableL object and free all memory. * * Calls ReturnAllMemory to release all allocated resources. */

Source from the content-addressed store, hash-verified

224 * Calls ReturnAllMemory to release all allocated resources.
225 */
226TransTableL::~TransTableL()
227{
228 return_all_memory();
229}
230
231// SetConstants removed; constants are produced by TTLowestRankTable/MaskBytesTable.
232

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected