Classes | Namespaces | Defines
QGpCoreTools/LocalPointer.h File Reference
#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 Documentation

#define LOCAL_POINTER (   T,
 
)
Value:
LocalPointer<T> lp_##T##_##p(p); \
    Q_UNUSED(lp_##T##_##p);

Referenced by DinverCore::BatchRun::neighborhoodOptimization().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines