CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::CodeWriter::AlignedLine Struct Reference

Public Member Functions

void tab ()
 
void offsets (Vector< std::size_t > &offsets) const
 
AlignedLineoperator<< (const StringView &text)
 

Public Attributes

String indent
 
Vector< Stringparts
 

Member Function Documentation

◆ offsets()

void CeresEngine::CodeWriter::AlignedLine::offsets ( Vector< std::size_t > &  offsets) const

◆ operator<<()

AlignedLine & CeresEngine::CodeWriter::AlignedLine::operator<< ( const StringView text)

◆ tab()

void CeresEngine::CodeWriter::AlignedLine::tab ( )

Member Data Documentation

◆ indent

String CeresEngine::CodeWriter::AlignedLine::indent

◆ parts

Vector<String> CeresEngine::CodeWriter::AlignedLine::parts

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