MemoryChecker Class Reference

Brief description of class still missing. More...


Detailed Description

Brief description of class still missing.

This is just a redefinition of the basic allocation operators put #include "qtbmemorychecker.h" at the beginning of all your files. It must be the last include to avoid disturbing other libraries.

In order to use memory checker, you must init CoreApplication:

int main(int argc, char ** argv)
{
  CoreApplication a(argc, argv);
  ...
  return 0
}

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines