ELC in dev
ELC-lang
载入中...
搜索中...
未找到
elc::defs::exception_n::exception类 参考abstract
类 elc::defs::exception_n::exception 继承关系图:
[图例]

Public 成员函数

constexpr exception () noexcept=default
 
constexpr exception (const constexpr_str &str) noexcept
 
virtual constexpr ~exception () noexcept=0
 
virtual constexpr const_string_ptr_t what () noexcept
 

详细描述

在文件 all_defs.cpp27940 行定义.

构造及析构函数说明

◆ exception() [1/2]

constexpr elc::defs::exception_n::exception::exception ( )
constexprdefaultnoexcept

◆ exception() [2/2]

constexpr elc::defs::exception_n::exception::exception ( const constexpr_str &  str)
inlineconstexprnoexcept

在文件 all_defs.cpp27944 行定义.

27944:_constexpr_str(str){}

◆ ~exception()

constexpr elc::defs::exception_n::exception::~exception ( )
inlineconstexprpure virtualnoexcept

在文件 all_defs.cpp27948 行定义.

27948{}

成员函数说明

◆ what()

virtual constexpr const_string_ptr_t elc::defs::exception_n::exception::what ( )
inlineconstexprvirtualnoexcept

在文件 all_defs.cpp27946 行定义.

27946{return _constexpr_str;}

该类的文档由以下文件生成: