ODIN
Main Page
Related Pages
Modules
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
a
c
d
e
f
g
i
k
l
m
o
p
r
s
t
u
v
w
z
Typedefs
Enumerations
Related Functions
Files
File List
tjutils
tjutils.h
1
/***************************************************************************
2
tjutils.h - description
3
-------------------
4
begin : Thu Dec 5 2002
5
copyright : (C) 2000-2021 by Thies H. Jochimsen
6
email : thies@jochimsen.de
7
***************************************************************************/
8
9
/***************************************************************************
10
* *
11
* This program is free software; you can redistribute it and/or modify *
12
* it under the terms of the GNU General Public License as published by *
13
* the Free Software Foundation; either version 2 of the License, or *
14
* (at your option) any later version. *
15
* *
16
***************************************************************************/
17
18
#ifndef TJUTILS_H
19
#define TJUTILS_H
20
21
#ifndef TJUTILS_CONFIG_H
22
#define TJUTILS_CONFIG_H
23
#include <tjutils/config.h>
24
#endif
25
26
// boilerplate includes for a clean C++ environment
27
#include <tjutils/tjheap.h>
28
#include <tjutils/tjstd.h>
29
#include <tjutils/tjstream.h>
30
31
33
34
35
#endif
Generated on Fri Oct 15 2021 11:37:09 for ODIN by
1.9.1