Template Class DefaultValue

Nested Relationships

Nested Types

Class Documentation

template<typename T>
class DefaultValue

Public Types

typedef T (*FactoryFunction)()

Public Static Functions

static inline void Set(T x)
static inline void SetFactory(FactoryFunction factory)
static inline void Clear()
static inline bool IsSet()
static inline bool Exists()
static inline T Get()