The Secret Order of Templates - C++ Plugin Skeleton (Templates.CppPluginSkeleton.0)
|
Init. More...
#include <templates/cpppluginskeleton/Init.hpp>
Public Member Functions | |
Init () | |
Default constructor. More... | |
Public Member Functions inherited from cutehmi::Initializer< Init > | |
Initializer (std::function< void()> init, std::function< void()> deinit=nullptr) | |
Additional Inherited Members | |
Protected Member Functions inherited from cutehmi::Initializer< Init > | |
~Initializer () | |
Protected Member Functions inherited from cutehmi::NonCopyable | |
NonCopyable ()=default | |
NonCopyable (NonCopyable &&other)=default | |
~NonCopyable ()=default | |
NonCopyable & | operator= (NonCopyable &&other)=default |
Init.
This class performs initialization of the extension.
Normally it is not advisable to create custom instances of this class as extension provides an instance on its own. This can be invalidated particulary by static builds in which case a global variable may not get into resulting binary.
templates::cpppluginskeleton::Init::Init | ( | ) |
Default constructor.