Template Class RegistryTraits#

Class Documentation#

template<typename T>
class RegistryTraits#

Traits for registry entries. If using other than SimpleRegistryEntry, it is necessary to define an alternate traits class.

Public Types

typedef SimpleRegistryEntry<T> entry#

Public Static Functions

static inline const char *nameof(const entry &Entry)#

nameof/descof - Accessors for name and description of entries. These are

static inline const char *descof(const entry &Entry)#