class CodeGenerator::CodeStream::IndentBufferΒΆ

class IndentBuffer: public streambuf
{
public:
    // methods

    IndentBuffer();
    void indent();
    void deindent();
    void setSink(std::streambuf* sink);
};