Pseudo-Singleton Template. More...
#include <assert.h>
Go to the source code of this file.
Classes | |
class | SSingleton2< T > |
Pseudo-Singleton Template. More... | |
Macros | |
#define | SINGLETON2_TYPE(x) |
Pseudo-Singleton Template.
Copyright (C) 2014-2050 All rights reserved.
Description: Provides a pseudo-singleton template in SOUI, which uses the true singleton SApplication to manage instances.
Definition in file SSingleton2.h.
#define SINGLETON2_TYPE | ( | x | ) |
Definition at line 21 of file SSingleton2.h.