Elaztek Developer Hub
Blamite Game Engine - blam!  00398.09.22.23.2015.blamite
The core library for the Blamite Game Engine.
prettywriter.h File Reference
#include "writer.h"
+ Include dependency graph for prettywriter.h:

Go to the source code of this file.

Classes

class  PrettyWriter< OutputStream, SourceEncoding, TargetEncoding, StackAllocator, writeFlags >
 Writer with indentation and spacing. More...
 

Enumerations

enum  PrettyFormatOptions { kFormatDefault = 0, kFormatSingleLineArray = 1 }
 Combination of PrettyWriter format flags. More...
 

Enumeration Type Documentation

◆ PrettyFormatOptions

Combination of PrettyWriter format flags.

See also
PrettyWriter::SetFormatOptions
Enumerator
kFormatDefault 

Default pretty formatting.

kFormatSingleLineArray 

Format arrays on a single line.