CTTable::~CTTable
Syntax
~CTTable
Parameters
This destructor has no parameters.
Description
This is the destructor for the CTTable class. It frees the allocated memory to the Table. No table operations are allowed after the CTTable destructor is called.
See also
CTTable()