source:
XMLIO_V2/dev/trunk/src/XMLIO/stdout_indent.cpp
@
79
Last change on this file since 79 was 79, checked in by ymipsl, 12 years ago | |
---|---|
|
|
File size: 265 bytes |
Rev | Line | |
---|---|---|
[79] | 1 | #include "xmlio_std.hpp" |
2 | #include "stdout_indent.hpp" | |
3 | #include "stdout.hpp" | |
4 | ||
5 | int iostreamIndexIndent=ios::xalloc(); | |
6 | ||
7 | ||
8 | static struct CInitStdOutIndent | |
9 | { | |
10 | CInitStdOutIndent() | |
11 | { | |
12 | cout<<ResetIndent ; | |
13 | cerr<<ResetIndent ; | |
14 | clog<<ResetIndent ; | |
15 | } ; | |
16 | } Init ; |
Note: See TracBrowser
for help on using the repository browser.