18#ifndef __LIB_LIBSTD_SINGLETON_H
19#define __LIB_LIBSTD_SINGLETON_H
Singleton design pattern: only one instance is allowed.
static T * instance()
Retrieve the instance.
Singleton design pattern: only one instance is allowed.
static T * instance()
Retrieve the instance.
static T * m_instance
One and only instance.