Cogs.Core
|
This is the complete list of members for Cogs::Module, including all inherited members.
Call(FN *fn, ARGS... args) const (defined in Cogs::Module) | Cogs::Module | inlineprotected |
getProcAddress(T &ptr, const char *procName) (defined in Cogs::Module) | Cogs::Module | inline |
getProcAddress(const char *procName) | Cogs::Module | |
getProcAddress(void *handle, const char *procName) | Cogs::Module | static |
handle (defined in Cogs::Module) | Cogs::Module | |
initPtrs() (defined in Cogs::Module) | Cogs::Module | inlinevirtual |
load(const std::string &path, LoadStatus &status, void *&handle) | Cogs::Module | static |
load(const std::string &path) | Cogs::Module | inlinestatic |
LoadStatus enum name (defined in Cogs::Module) | Cogs::Module | |
operator==(const Module &rhs) const (defined in Cogs::Module) | Cogs::Module | inline |
status (defined in Cogs::Module) | Cogs::Module | |
unload(void *handle) (defined in Cogs::Module) | Cogs::Module | static |
~Module()=default (defined in Cogs::Module) | Cogs::Module | virtual |