CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::ScopedIndent Class Reference

Helper class for temporary indentation. More...

#include <CeresEngine/Foundation/CodeWriter.hpp>

Public Member Functions

 ScopedIndent (IndentHandler &handler)
 
 ~ScopedIndent ()
 

Private Attributes

IndentHandlermHandler
 

Detailed Description

Helper class for temporary indentation.

Constructor & Destructor Documentation

◆ ScopedIndent()

CeresEngine::ScopedIndent::ScopedIndent ( IndentHandler handler)
inline

◆ ~ScopedIndent()

CeresEngine::ScopedIndent::~ScopedIndent ( )
inline

Member Data Documentation

◆ mHandler

IndentHandler& CeresEngine::ScopedIndent::mHandler
private

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