RegistryEntry

An entry derived from the Registry containing the name and the configuration entry itself

Constructors

this
this(string name, ConfigEntry entry)

Constructs a new RegistryEntry with the given name and configuration entry

this
this(string name, T entry)

Constructs a new RegistryEntry with the given name and configuration entry

Members

Functions

getEntry
ConfigEntry getEntry()

Obtains the entry itself

getName
string getName()

Obtains the entry's name

getType
ConfigType getType()

Returns the configugration entry's type

Meta