OpenClonk
NeedObjectContext Class Reference

#include <C4AulDefFunc.h>

Inheritance diagram for NeedObjectContext:
[legend]
Collaboration diagram for NeedObjectContext:
[legend]

Public Member Functions

 NeedObjectContext (const char *function)
 
const char * what () const noexcept override
 

Protected Attributes

StdCopyStrBuf sMessage
 

Detailed Description

Definition at line 81 of file C4AulDefFunc.h.

Constructor & Destructor Documentation

◆ NeedObjectContext()

NeedObjectContext::NeedObjectContext ( const char *  function)
inline

Definition at line 84 of file C4AulDefFunc.h.

84 : C4AulExecError(FormatString("%s: must be called from object context", function).getData()) {}
StdStrBuf FormatString(const char *szFmt,...)
Definition: StdBuf.cpp:270
C4AulExecError(const char *szError)
Definition: C4AulExec.cpp:31

Member Function Documentation

◆ what()

const char * C4AulError::what ( ) const
overridenoexceptinherited

Definition at line 59 of file C4Aul.cpp.

60 {
61  return sMessage ? sMessage.getData() : "(unknown error)";
62 }
StdCopyStrBuf sMessage
Definition: C4Aul.h:44
const char * getData() const
Definition: StdBuf.h:442

References StdStrBuf::getData(), and C4AulError::sMessage.

Referenced by C4PropList::Call(), C4AulFunc::CheckParTypes(), C4AulExec::DirectExec(), C4AulScriptEngine::Link(), C4AulParse::Parse_Script(), C4AulCompiler::PreparseAstVisitor::visit(), and C4AulCompiler::ConstantResolver::visit().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ sMessage

StdCopyStrBuf C4AulError::sMessage
protectedinherited

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