#include <indent.hxx>
Public Member Functions | |
| TIndent (int indentAmt=4) | |
| TIndent (const TIndent &s, bool indent=true) | |
| operator const char * () const | |
Private Attributes | |
| std::string | m_indent |
Static Private Attributes | |
| static int | st_indentAmt |
| static bool | st_notUsedYet |
| xyzzy::TIndent::TIndent | ( | int | indentAmt = 4 |
) |
| xyzzy::TIndent::TIndent | ( | const TIndent & | s, | |
| bool | indent = true | |||
| ) |
| xyzzy::TIndent::operator const char * | ( | ) | const [inline] |
int xyzzy::TIndent::st_indentAmt [static, private] |
bool xyzzy::TIndent::st_notUsedYet [static, private] |
std::string xyzzy::TIndent::m_indent [private] |
1.5.1