OpenClonk
StdCompiler::Exception Struct Reference

#include <StdCompiler.h>

Inheritance diagram for StdCompiler::Exception:
[legend]
Collaboration diagram for StdCompiler::Exception:
[legend]

Public Attributes

StdStrBuf Pos
 
StdStrBuf Msg
 

Protected Member Functions

 Exception (StdStrBuf Pos, StdStrBuf Msg)
 

Detailed Description

Definition at line 206 of file StdCompiler.h.

Constructor & Destructor Documentation

◆ Exception()

StdCompiler::Exception::Exception ( StdStrBuf  Pos,
StdStrBuf  Msg 
)
inlineprotected

Definition at line 211 of file StdCompiler.h.

211 : Pos(std::move(Pos)), Msg(std::move(Msg)) { }

Member Data Documentation

◆ Msg

◆ Pos

StdStrBuf StdCompiler::Exception::Pos

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