8 #ifndef META_OCEAN_TEST_TESTBASE_TEST_SINGLETON_H
9 #define META_OCEAN_TEST_TESTBASE_TEST_SINGLETON_H
77 static bool testInstance();
This template class is the base class for all singleton objects.
Definition: Singleton.h:71
This class implements a helper class to test singleton template.
Definition: TestSingleton.h:36
SingletonUser()
Creates a new object.
unsigned int value() const
Returns a value.
virtual ~SingletonUser()
Destructs a value.
unsigned int userValue
Object value.
Definition: TestSingleton.h:62
This class implements a singleton test.
Definition: TestSingleton.h:29
static bool test()
Tests all singleton functions.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15