source: XMLIO_V2/dev/dev_rv/old/stdout_indent.cpp @ 90

Last change on this file since 90 was 90, checked in by hozdoba, 14 years ago

Ancienne Version de parsing.

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.