FactDev
0.1
Main Page
Related Pages
Namespaces
Classes
Files
File List
pointers.h
1
#ifndef POINTERS_H
2
#define POINTERS_H
3
4
#include <QObject>
5
6
namespace
Utils {
11
class
pointers
12
{
13
public
:
19
static
void
deleteIfNotNull
(QObject* p);
20
};
21
}
22
#endif // POINTERS_H
Utils::pointers
The pointers class.
Definition:
pointers.h:11
Utils::pointers::deleteIfNotNull
static void deleteIfNotNull(QObject *p)
pointers::deleteIfNotNull Remove to the memory the object p if it is not null
Definition:
pointers.cpp:5
travis
build
FACT-Team
FactDev
src
utils
pointers.h
Generated on Sun Oct 11 2015 15:51:54 for FactDev by
1.8.6