Home
last modified time | relevance | path

Searched defs:SquirrelError (Results 1 – 4 of 4) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/include/scripting/sqplus/
H A DSquirrelVM.h4 struct SquirrelError { struct
6 SquirrelError(const SQChar* s):desc(s){} in SquirrelError() argument
29 friend struct SquirrelError; argument
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/squirrel/
H A Dsquirrel_error.hpp28 class SquirrelError final : public std::exception class
H A Dsquirrel_error.cpp21 SquirrelError::SquirrelError(HSQUIRRELVM v, const std::string& message_) throw() : in SquirrelError() function in SquirrelError
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/scripting/sqplus/
H A DSquirrelVM.cpp25 SquirrelError::SquirrelError() in SquirrelError() function in SquirrelError