Template Class SimpleRegistryEntry#

Class Documentation#

template<typename T>
class SimpleRegistryEntry#

A simple registry entry which provides only a name, description, and no-argument constructor.

Public Functions

inline SimpleRegistryEntry(const char *N, const char *D, T *(*C)())#
inline const char *getName() const#
inline const char *getDesc() const#
inline T *instantiate() const#