13 template <
typename T, n
bool>
friend struct tmarshaling;
20 nbool operator==(
const super& rhs)
const override;
23 void log()
const override;
24 const std::string& getMsg()
const override;
26 const baseObj& getOrigin()
const override;
Base class for all error types.
Definition: baseErr.hpp:12
Base class for all objects in byeol language.
Definition: baseObj.hpp:24
Standard error implementation.
Definition: err.hpp:11
void log() const override
Log error message.
String primitive type in byeol language.
Definition: nStr.hpp:13
Strong reference smart pointer with strict type checking.
Definition: tstr.hpp:13
Template marshaling interface for C++ bridge.
Definition: tmarshaling.hpp:18