dune-common
2.2.1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
dune
common
stdstreams.hh
Go to the documentation of this file.
1
// $Id: stdstreams.hh 6785 2012-05-31 22:07:47Z sander $
2
3
/*
4
5
Declaration of standard Dune-library streams
6
7
*/
8
9
#ifndef DUNE_COMMON_STDSTREAMS_HH
10
#define DUNE_COMMON_STDSTREAMS_HH
11
12
#include "
debugstream.hh
"
13
14
namespace
Dune {
15
67
#ifndef DUNE_MINIMAL_DEBUG_LEVEL
68
#define DUNE_MINIMAL_DEBUG_LEVEL 4
69
#endif
70
static
const
DebugLevel
MINIMAL_DEBUG_LEVEL
=
DUNE_MINIMAL_DEBUG_LEVEL
;
71
76
static
const
DebugLevel
VERY_VERBOSE_DEBUG_LEVEL
= 1;
77
82
typedef
DebugStream<VERY_VERBOSE_DEBUG_LEVEL, MINIMAL_DEBUG_LEVEL>
DVVerbType
;
83
96
extern
DVVerbType
dvverb
;
97
102
static
const
DebugLevel
VERBOSE_DEBUG_LEVEL
= 2;
103
108
typedef
DebugStream<VERBOSE_DEBUG_LEVEL, MINIMAL_DEBUG_LEVEL>
DVerbType
;
109
117
extern
DVerbType
dverb
;
118
123
static
const
DebugLevel
INFO_DEBUG_LEVEL
= 3;
124
129
typedef
DebugStream<INFO_DEBUG_LEVEL, MINIMAL_DEBUG_LEVEL>
DInfoType
;
130
141
extern
DInfoType
dinfo
;
142
147
static
const
DebugLevel
WARN_DEBUG_LEVEL
= 4;
148
153
typedef
DebugStream<WARN_DEBUG_LEVEL, MINIMAL_DEBUG_LEVEL>
DWarnType
;
154
162
extern
DWarnType
dwarn
;
163
168
static
const
DebugLevel
GRAVE_DEBUG_LEVEL
= 5;
169
171
typedef
DebugStream<GRAVE_DEBUG_LEVEL, MINIMAL_DEBUG_LEVEL>
DGraveType
;
172
180
extern
DGraveType
dgrave
;
181
183
typedef
DebugStream<1>
DErrType
;
184
196
extern
DErrType
derr
;
197
199
}
200
201
#endif
Generated on Tue Feb 26 2013 17:20:15 for dune-common by
1.8.1.2