Skip to content

Class uipc::core::ISanityChecker

ClassList > uipc > core > ISanityChecker

Inherited by the following classes: uipc::core::SanityChecker

Public Functions

Type Name
SanityCheckResult check () noexcept
U64 id () noexcept const
virtual ~ISanityChecker () = default

Protected Functions

Type Name
virtual SanityCheckResult do_check () noexcept = 0
virtual U64 get_id () noexcept const = 0

Public Functions Documentation

function check

SanityCheckResult uipc::core::ISanityChecker::check () noexcept

function id

U64 uipc::core::ISanityChecker::id () noexcept const

function ~ISanityChecker

virtual uipc::core::ISanityChecker::~ISanityChecker () = default

Protected Functions Documentation

function do_check

virtual SanityCheckResult uipc::core::ISanityChecker::do_check () noexcept = 0

function get_id

virtual U64 uipc::core::ISanityChecker::get_id () noexcept const = 0


The documentation for this class was generated from the following file include/uipc/sanity_check/i_sanity_checker.h