* @brief Destroy the TransTableL object and free all memory. * * Calls ReturnAllMemory to release all allocated resources. */
| 224 | * Calls ReturnAllMemory to release all allocated resources. |
| 225 | */ |
| 226 | TransTableL::~TransTableL() |
| 227 | { |
| 228 | return_all_memory(); |
| 229 | } |
| 230 | |
| 231 | // SetConstants removed; constants are produced by TTLowestRankTable/MaskBytesTable. |
| 232 |
nothing calls this directly
no outgoing calls
no test coverage detected