libqi-api  2.8.7.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
qi::detail::PrettyPrintStream::IndentLevel Class Reference

Encapsulates in a RAII style a shift or an indentation level of a PrettyPrintStream instance. More...

#include <print.hpp>

Public Member Functions

 ~IndentLevel ()
 
 IndentLevel (const IndentLevel &)=delete
 
IndentLeveloperator= (const IndentLevel &)=delete
 

Detailed Description

Encapsulates in a RAII style a shift or an indentation level of a PrettyPrintStream instance.

Definition at line 81 of file print.hpp.

Constructor & Destructor Documentation

qi::detail::PrettyPrintStream::IndentLevel::~IndentLevel ( )
qi::detail::PrettyPrintStream::IndentLevel::IndentLevel ( const IndentLevel )
delete

Member Function Documentation

IndentLevel& qi::detail::PrettyPrintStream::IndentLevel::operator= ( const IndentLevel )
delete

The documentation for this class was generated from the following file: