#include <cel_singleton.h>
This class provides a way to initialize a singleton instance, which is derived from \ref Referable, in thread-safe manner.\n A class, which provides a singleton instance, should inherit this class as a base class like the following sample: