Cogs.Foundation
|
This is the complete list of members for Cogs::ModuleAPI< API >, including all inherited members.
api | Cogs::ModuleAPI< API > | private |
Call(FN *fn, ARGS... args) const | Cogs::Module | inlineprotected |
getProcAddress(T &ptr, const char *procName) | Cogs::Module | inline |
getProcAddress(const char *procName) | Cogs::Module | |
getProcAddress(void *handle, const char *procName) | Cogs::Module | static |
handle | Cogs::Module | |
initPtrs() override | Cogs::ModuleAPI< API > | inlinevirtual |
load(const std::string &path, LoadStatus &status, void *&handle) | Cogs::Module | static |
load(const std::string &path) | Cogs::Module | inlinestatic |
LoadStatus enum name | Cogs::Module | |
ModuleAPI()=default | Cogs::ModuleAPI< API > | |
ModuleAPI(void *h, const void *apiPtr) | Cogs::ModuleAPI< API > | inline |
ModuleAPI(const std::string &moduleName) | Cogs::ModuleAPI< API > | inline |
operator->() | Cogs::ModuleAPI< API > | inline |
operator==(const Module &rhs) const | Cogs::Module | inline |
status | Cogs::Module | |
unload(void *handle) | Cogs::Module | static |
~Module()=default | Cogs::Module | virtual |