nngn
Loading...
Searching...
No Matches
tagging_test.h
Go to the documentation of this file.
1#ifndef NNGN_TESTS_UTILS_ALLOC_TAGGING_H
2#define NNGN_TESTS_UTILS_ALLOC_TAGGING_H
3
4#include <QTest>
5
6class TaggingTest : public QObject {
7 Q_OBJECT
8private slots:
9 void alloc(void);
10 void vector(void);
11 void list(void);
12};
13
14#endif
Definition tagging_test.h:6
void vector(void)
Definition tagging_test.cpp:34
void list(void)
Definition tagging_test.cpp:35
void alloc(void)
Definition tagging_test.cpp:37