Class uipc::core::ISanityChecker
ClassList > uipc > core > ISanityChecker
Public Functions
| Type | Name |
|---|---|
| virtual void | build () |
| SanityCheckResult | check (SanityCheckMessage & msg) |
| U64 | id () noexcept const |
| std::string | name () noexcept const |
| virtual | ~ISanityChecker () = default |
Protected Functions
| Type | Name |
|---|---|
| virtual SanityCheckResult | do_check (SanityCheckMessage & msg) = 0 |
| virtual U64 | get_id () noexcept const = 0 |
| virtual std::string | get_name () noexcept const = 0 |
Public Functions Documentation
function build
function check
function id
function name
function ~ISanityChecker
Protected Functions Documentation
function do_check
function get_id
function get_name
The documentation for this class was generated from the following file include/uipc/core/i_sanity_checker.h