|
| Plugify (const Plugify &other)=delete |
|
| Plugify (Plugify &&other) noexcept=delete |
|
Plugify & | operator= (const Plugify &other)=delete |
|
Plugify & | operator= (Plugify &&other) noexcept=delete |
|
Result< void > | Initialize () const |
|
void | Terminate () const |
|
bool | IsInitialized () const |
|
void | Update (std::chrono::milliseconds deltaTime=std::chrono::milliseconds{ 0 }) const |
|
const Manager & | GetManager () const noexcept |
|
const ServiceLocator & | GetServices () const noexcept |
|
const Config & | GetConfig () const noexcept |
|
const Version & | GetVersion () const noexcept |
|
Definition at line 77 of file plugify.hpp.
◆ __pad0__
PLUGIFY_ACCESS plugify::Plugify::__pad0__ |
◆ config
PLUGIFY_ACCESS Config plugify::Plugify::config |
The documentation for this class was generated from the following file: