#include "QGpCoreToolsDLLExport.h"Go to the source code of this file.
Classes | |
| class | QGpCoreTools::LocalPointer< T > |
| Automatically deletes a pointer upon exit of a function. More... | |
Namespaces | |
| namespace | QGpCoreTools |
Defines | |
| #define | LOCAL_POINTER(T, p) |
| #define LOCAL_POINTER | ( | T, | |
| p | |||
| ) |
LocalPointer<T> lp_##T##_##p(p); \
Q_UNUSED(lp_##T##_##p);
Referenced by DinverCore::BatchRun::neighborhoodOptimization().