Class endstone::IRegistry¶
ClassList > endstone > IRegistry
Inherited by the following classes: endstone::Registry
Public Functions¶
| Type | Name |
|---|---|
| virtual std::size_t | size () const = 0 |
| virtual | ~IRegistry () = default |
Protected Functions¶
| Type | Name |
|---|---|
| virtual void | forEach0 (std::function< bool(const void *)> func) const = 0 |
| virtual const void * | get0 (std::string_view id) noexcept const = 0 |
| virtual const std::type_info & | getTypeId () noexcept const = 0 |
Public Functions Documentation¶
function size¶
function ~IRegistry¶
Protected Functions Documentation¶
function forEach0¶
function get0¶
function getTypeId¶
Friends Documentation¶
friend PyRegistry¶
The documentation for this class was generated from the following file include/endstone/registry.h