nngn
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
k
m
n
o
p
r
s
t
u
v
w
z
Typedefs
a
d
f
h
i
m
s
t
u
v
w
z
Enumerations
Enumerator
Concepts
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
k
m
o
p
q
r
s
t
u
v
Enumerations
a
b
c
d
e
f
l
m
o
p
r
s
t
Enumerator
a
b
c
d
e
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Related Symbols
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Typedefs
Enumerations
Macros
c
d
e
f
g
l
n
p
s
t
x
▼
nngn
Documentation
►
Building
►
Namespaces
►
Concepts
►
Classes
▼
Files
▼
File List
►
demos
►
maps
►
src
▼
tests
►
bench
►
collision
►
compute
►
font
►
graphics
►
input
►
lua
►
math
►
render
►
timing
▼
utils
▼
alloc
►
block_test.cpp
►
block_test.h
►
realloc_test.cpp
►
realloc_test.h
►
tagging_test.cpp
►
tagging_test.h
►
tracking_test.cpp
►
tracking_test.h
flags_test.cpp
►
flags_test.h
►
log_test.cpp
►
log_test.h
►
scoped_test.cpp
►
scoped_test.h
►
static_vector_test.cpp
►
static_vector_test.h
►
types_test.cpp
►
types_test.h
utils_test.cpp
►
utils_test.h
►
entity_test.cpp
►
entity_test.h
►
registry.h
►
tests.h
►
tools
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Concepts
Loading...
Searching...
No Matches
block_test.h
Go to the documentation of this file.
1
#ifndef NNGN_TESTS_UTILS_ALLOC_BLOCK_H
2
#define NNGN_TESTS_UTILS_ALLOC_BLOCK_H
3
4
#include <QTest>
5
6
class
BlockTest
:
public
QObject {
7
Q_OBJECT
8
private
slots:
9
void
bytes
(
void
);
10
void
type
(
void
);
11
};
6
class
BlockTest
:
public
QObject {
…
};
12
13
#endif
BlockTest
Definition
block_test.h:6
BlockTest::bytes
void bytes(void)
Definition
block_test.cpp:15
BlockTest::type
void type(void)
Definition
block_test.cpp:35
tests
utils
alloc
block_test.h
Generated by
1.11.0