codex
Loading...
Searching...
No Matches
test.hpp
Go to the documentation of this file.
1
#ifndef CODEX_LIST_TEST_H
2
#define CODEX_LIST_TEST_H
3
4
#include <QTest>
5
6
class
ListTest
:
public
QObject {
7
Q_OBJECT
8
private
slots:
9
void
reverse_data
(
void
);
10
void
reverse
(
void
);
11
void
remove_data
(
void
);
12
void
remove
(
void
);
13
};
14
15
#endif
ListTest
Definition
test.hpp:6
ListTest::reverse_data
void reverse_data(void)
ListTest::remove_data
void remove_data(void)
ListTest::remove
void remove(void)
ListTest::reverse
void reverse(void)
tmp
list
test.hpp
Generated by
1.11.0