33 #include "BESIndent.h" 35 string BESIndent::_indent ;
46 if( _indent.length() == 0 )
48 if( _indent.length() == 4 )
51 _indent = _indent.substr( 0, _indent.length() - 4 ) ;
61 BESIndent::GetIndent()
67 BESIndent::SetIndent(
const string &indent )
73 BESIndent::LMarg( ostream &strm )