source: XMLIO_V2/dev/trunk/src/XMLIO/stdout_indent.cpp @ 79

Last change on this file since 79 was 79, checked in by ymipsl, 14 years ago

import dev/trunk

  • Property svn:eol-style set to native
File size: 265 bytes
Line 
1#include "xmlio_std.hpp"
2#include "stdout_indent.hpp"
3#include "stdout.hpp"
4
5int iostreamIndexIndent=ios::xalloc();
6
7
8static 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.