14 template <
typename T, n
bool>
friend struct tmarshaling;
21 nbool operator==(
const super& rhs)
const override;
24 void log()
const override;
25 const std::string& getMsg()
const override;
27 const baseObj& getOrigin()
const override;
Base class for error hierarchy.
Definition baseErr.hpp:48
Base class for representing byeol objects.
Definition baseObj.hpp:73
Standard error implementation.
Definition err.hpp:12
void log() const override
Log error message.
String primitive type in byeol language.
Definition nStr.hpp:14
Weak reference smart pointer with type-safe access.
Definition tweak.hpp:16
Template marshaling interface for C++ bridge.
Definition tmarshaling.hpp:19