#include <iostream>
#include <fstream>
class IndentClass {
public:
IndentClass();
~IndentClass();
private:
std::string IndentText;
int _Indent;
public:
inline void SetIndentText(const char* Text);
inline void Indent(int Amount);
inline void SetIndent(int Amount);
inline void ind (std::ostream& ofs);
class Ind_t {
public:
IndentClass& state;
Ind_t (IndentClass& _state) : state(_state) {}
friend inline std::ostream& operator<< (std::ostream& ofs, Ind_t& ind);
};
class IndS_t {
public:
IndentClass& state;
IndS_t (IndentClass& _state) : state(_state) {}
friend inline std::ostream& operator<< (std::ostream& ofs, IndS_t& ind);
};
class IndE_t {
public:
IndentClass& state;
IndE_t (IndentClass& _state) : state(_state) {}
friend inline std::ostream& operator<< (std::ostream& ofs, IndE_t& ind);
};
Ind_t Ind;
IndS_t IndS;
IndE_t IndE;
};
IndentClass::IndentClass () : IndentText(" "), _Indent(0), Ind(*this), IndS(*this), IndE(*this) {
}
IndentClass::~IndentClass () {
}
void IndentClass::SetIndentText (const char* Text) {
IndentText = Text;
}
void IndentClass::Indent (int Amount) {
_Indent += Amount;
}
void IndentClass::SetIndent(int Amount) {
_Indent = Amount;
}
void IndentClass::ind (std::ostream& ofs) {
for (int i = 0;i < _Indent;i++) {
ofs << IndentText;
}
}
std::ostream& operator<< (std::ostream& ofs, IndentClass::Ind_t& ind) {
ind.state.ind(ofs);
return ofs;
}
std::ostream& operator<< (std::ostream& ofs, IndentClass::IndS_t& inds) {
inds.state.ind(ofs);
inds.state.Indent(1);
return ofs;
}
std::ostream& operator<< (std::ostream& ofs, IndentClass::IndE_t& inde) {
inde.state.Indent(-1);
inde.state.ind(ofs);
return ofs;
}
int main () {
IndentClass i;
std::cout << i.IndS << "test" << std::endl;
std::cout << i.Ind << "test" << std::endl;
std::cout << i.IndE << "test" << std::endl;
return 0;
}
I2luY2x1ZGUgPGlvc3RyZWFtPgojaW5jbHVkZSA8ZnN0cmVhbT4KCmNsYXNzIEluZGVudENsYXNzIHsKICAgIHB1YmxpYzoKICAgICAgICBJbmRlbnRDbGFzcygpOwogICAgICAgIH5JbmRlbnRDbGFzcygpOwogICAgCiAgICBwcml2YXRlOgogICAgICAgIHN0ZDo6c3RyaW5nIEluZGVudFRleHQ7CiAgICAgICAgaW50IF9JbmRlbnQ7CiAgICAKICAgIHB1YmxpYzoKICAgICAgICBpbmxpbmUgdm9pZCBTZXRJbmRlbnRUZXh0KGNvbnN0IGNoYXIqIFRleHQpOwogICAgICAgIGlubGluZSB2b2lkIEluZGVudChpbnQgQW1vdW50KTsKICAgICAgICBpbmxpbmUgdm9pZCBTZXRJbmRlbnQoaW50IEFtb3VudCk7CiAgICAgICAgCiAgICAgICAgaW5saW5lIHZvaWQgaW5kIChzdGQ6Om9zdHJlYW0mIG9mcyk7CiAgICAgICAgCiAgICAgICAgY2xhc3MgSW5kX3QgewogICAgICAgICAgICBwdWJsaWM6CiAgICAgICAgICAgICAgICBJbmRlbnRDbGFzcyYgc3RhdGU7CiAgICAgICAgICAgICAgICBJbmRfdCAoSW5kZW50Q2xhc3MmIF9zdGF0ZSkgOiBzdGF0ZShfc3RhdGUpIHt9CiAgICAgICAgICAgICAgICBmcmllbmQgaW5saW5lIHN0ZDo6b3N0cmVhbSYgb3BlcmF0b3I8PCAoc3RkOjpvc3RyZWFtJiBvZnMsIEluZF90JiBpbmQpOwogICAgICAgIH07CiAgICAgICAgY2xhc3MgSW5kU190IHsKICAgICAgICAgICAgcHVibGljOgogICAgICAgICAgICAgICAgSW5kZW50Q2xhc3MmIHN0YXRlOwogICAgICAgICAgICAgICAgSW5kU190IChJbmRlbnRDbGFzcyYgX3N0YXRlKSA6IHN0YXRlKF9zdGF0ZSkge30KICAgICAgICAgICAgICAgIGZyaWVuZCBpbmxpbmUgc3RkOjpvc3RyZWFtJiBvcGVyYXRvcjw8IChzdGQ6Om9zdHJlYW0mIG9mcywgSW5kU190JiBpbmQpOwogICAgICAgIH07CiAgICAgICAgY2xhc3MgSW5kRV90IHsKICAgICAgICAgICAgcHVibGljOgogICAgICAgICAgICAgICAgSW5kZW50Q2xhc3MmIHN0YXRlOwogICAgICAgICAgICAgICAgSW5kRV90IChJbmRlbnRDbGFzcyYgX3N0YXRlKSA6IHN0YXRlKF9zdGF0ZSkge30KICAgICAgICAgICAgICAgIGZyaWVuZCBpbmxpbmUgc3RkOjpvc3RyZWFtJiBvcGVyYXRvcjw8IChzdGQ6Om9zdHJlYW0mIG9mcywgSW5kRV90JiBpbmQpOwogICAgICAgIH07CiAgICAgICAgSW5kX3QgSW5kOwogICAgICAgIEluZFNfdCBJbmRTOwogICAgICAgIEluZEVfdCBJbmRFOwp9OwoKSW5kZW50Q2xhc3M6OkluZGVudENsYXNzICgpIDogSW5kZW50VGV4dCgiICAgICIpLCBfSW5kZW50KDApLCBJbmQoKnRoaXMpLCBJbmRTKCp0aGlzKSwgSW5kRSgqdGhpcykgewogICAgCn0KCkluZGVudENsYXNzOjp+SW5kZW50Q2xhc3MgKCkgewp9Cgp2b2lkIEluZGVudENsYXNzOjpTZXRJbmRlbnRUZXh0IChjb25zdCBjaGFyKiBUZXh0KSB7CiAgICBJbmRlbnRUZXh0ID0gVGV4dDsKfQoKdm9pZCBJbmRlbnRDbGFzczo6SW5kZW50IChpbnQgQW1vdW50KSB7CiAgICBfSW5kZW50ICs9IEFtb3VudDsKfQoKdm9pZCBJbmRlbnRDbGFzczo6U2V0SW5kZW50KGludCBBbW91bnQpIHsKICAgIF9JbmRlbnQgPSBBbW91bnQ7Cn0KCnZvaWQgSW5kZW50Q2xhc3M6OmluZCAoc3RkOjpvc3RyZWFtJiBvZnMpIHsKICAgIGZvciAoaW50IGkgPSAwO2kgPCBfSW5kZW50O2krKykgewogICAgICAgIG9mcyA8PCBJbmRlbnRUZXh0OwogICAgfQp9CgpzdGQ6Om9zdHJlYW0mIG9wZXJhdG9yPDwgKHN0ZDo6b3N0cmVhbSYgb2ZzLCBJbmRlbnRDbGFzczo6SW5kX3QmIGluZCkgewogICAgaW5kLnN0YXRlLmluZChvZnMpOwogICAgcmV0dXJuIG9mczsKfQoKc3RkOjpvc3RyZWFtJiBvcGVyYXRvcjw8IChzdGQ6Om9zdHJlYW0mIG9mcywgSW5kZW50Q2xhc3M6OkluZFNfdCYgaW5kcykgewogICAgaW5kcy5zdGF0ZS5pbmQob2ZzKTsKICAgIGluZHMuc3RhdGUuSW5kZW50KDEpOwogICAgcmV0dXJuIG9mczsKfQoKc3RkOjpvc3RyZWFtJiBvcGVyYXRvcjw8IChzdGQ6Om9zdHJlYW0mIG9mcywgSW5kZW50Q2xhc3M6OkluZEVfdCYgaW5kZSkgewogICAgaW5kZS5zdGF0ZS5JbmRlbnQoLTEpOwogICAgaW5kZS5zdGF0ZS5pbmQob2ZzKTsKICAgIHJldHVybiBvZnM7Cn0KCmludCBtYWluICgpIHsKICAgIEluZGVudENsYXNzIGk7CiAgICAKICAgIHN0ZDo6Y291dCA8PCBpLkluZFMgPDwgInRlc3QiIDw8IHN0ZDo6ZW5kbDsKICAgIHN0ZDo6Y291dCA8PCBpLkluZCA8PCAidGVzdCIgPDwgc3RkOjplbmRsOwogICAgc3RkOjpjb3V0IDw8IGkuSW5kRSA8PCAidGVzdCIgPDwgc3RkOjplbmRsOwogICAgCiAgICByZXR1cm4gMDsKfQo=