DefReader

Reads and processes the API defintion file Stores global values: - license text -

Constructors

this
this(string fileName)

Creates a new DegReader. Reads the entire definition file

Members

Functions

getFileName
string getFileName()
Undocumented in source. Be warned that the author may not have intended to support it.
getFullLine
string getFullLine()
Undocumented in source. Be warned that the author may not have intended to support it.
getKey
string getKey()

Gets the key of the current key/value pair

getLineNumber
int getLineNumber()

Gets the current line number

getValue
string getValue()

Gets the value of the current key/value pair

getValueBit
bool getValueBit()
Undocumented in source. Be warned that the author may not have intended to support it.
next
string next(bool skipEmpty)

Gets the next key/value pair. both key and value a stripped of non visible start and ending chars

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

currLine
int currLine;
Undocumented in source.
fileName
string fileName;
Undocumented in source.
fullLine
string fullLine;
Undocumented in source.
key
string key;
Undocumented in source.
lines
string[] lines;
Undocumented in source.
value
string value;
Undocumented in source.

Meta