35 #include "BESIndent.h"
39 string BESIndent::_indent ;
50 if( _indent.length() == 0 )
52 if( _indent.length() == 4 )
55 _indent = _indent.substr( 0, _indent.length() - 4 ) ;
65 BESIndent::GetIndent()
71 BESIndent::SetIndent(
const string &indent )
77 BESIndent::LMarg( ostream &strm )