(Initializer) Added explicit (un)initialisation
Former-commit-id: 198287ca1cc4e8a53531263a90bcffbcab1ef2b2
This commit is contained in:
@@ -13,10 +13,12 @@ template<typename... Args>
|
||||
class NzInitializer
|
||||
{
|
||||
public:
|
||||
NzInitializer();
|
||||
NzInitializer(bool initialize = true);
|
||||
~NzInitializer();
|
||||
|
||||
bool Initialize();
|
||||
bool IsInitialized() const;
|
||||
void Uninitialize();
|
||||
|
||||
operator bool() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user