Garfield++
3.0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
Loading...
Searching...
No Matches
prstream.cpp
Go to the documentation of this file.
1
#include "
wcpplib/stream/prstream.h
"
2
/*
3
Copyright (c) 2001 I. B. Smirnov
4
5
Permission to use, copy, modify, distribute and sell this file
6
and its documentation for any purpose is hereby granted without fee,
7
provided that the above copyright notice, this permission notice,
8
and notices about any modifications of the original text
9
appear in all copies and in supporting documentation.
10
It is provided "as is" without express or implied warranty.
11
*/
12
13
namespace
Heed
{
14
15
indentation
indn
;
16
17
std::ostream&
noindent
(std::ostream& f) {
18
indn
.
s_not
= 1;
19
return
f;
20
}
21
std::ostream&
yesindent
(std::ostream& f) {
22
indn
.
s_not
= 0;
23
return
f;
24
}
25
int
s_short_output
= 0;
26
27
}
28
29
#ifndef USE_DEFAULT_STREAMS
30
31
long
HelperForMcout::count = 0;
32
33
#endif
Heed::indentation
Definition:
prstream.h:176
Heed::indentation::s_not
int s_not
Definition:
prstream.h:179
Heed
Definition:
BGMesh.cpp:6
Heed::s_short_output
int s_short_output
Definition:
prstream.cpp:25
Heed::noindent
std::ostream & noindent(std::ostream &f)
Definition:
prstream.cpp:17
Heed::indn
indentation indn
Definition:
prstream.cpp:15
Heed::yesindent
std::ostream & yesindent(std::ostream &f)
Definition:
prstream.cpp:21
prstream.h
garfieldpp-3.0
Heed
wcpplib
stream
prstream.cpp
Generated by
1.9.6