DirDictionaryLoader

Undocumented in source.

Constructors

this
this(string path, string ext)
Undocumented in source.

Members

Aliases

baseDictType
alias baseDictType = ubyte[string]
Undocumented in source.

Functions

checkLocalizations
void checkLocalizations(Localization[string] locs, baseDictType base)
Undocumented in source. Be warned that the author may not have intended to support it.
getLabel
string getLabel(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
load
Localization[string] load()
Undocumented in source. Be warned that the author may not have intended to support it.
loadBase
baseDictType loadBase(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
loadFromFile
Localization loadFromFile(string fname)
Undocumented in source. Be warned that the author may not have intended to support it.
loadLocalizations
Localization[string] loadLocalizations(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
store
void store(string[] keys)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

checkKeyExests
void checkKeyExests(wstring[string] d, string key, wstring value)
Undocumented in source. Be warned that the author may not have intended to support it.
processLine
void processLine(wstring[string] d, string line)
Undocumented in source. Be warned that the author may not have intended to support it.
splitLine
auto splitLine(string ln)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

ext
string ext;
Undocumented in source.
path
string path;
Undocumented in source.

Inherited Members

From DictionaryLoader

load
Localization[string] load()
Undocumented in source.
store
void store(string[] keys)
Undocumented in source.

Meta