MIString

Undocumented in source.

Constructors

this
this(string str)
Undocumented in source.

Members

Functions

dump
void dump(char[] buf, int level)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

str
string str [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From MIValue

type
MIValueType type;
Undocumented in source.
str
string str [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
int length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
MIValue opIndex(int index)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
MIValue opIndex(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
isIdent
bool isIdent [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isString
bool isString [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isKeyValue
bool isKeyValue [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isMap
bool isMap [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isList
bool isList [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
key
string key [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
value
MIValue value [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
getString
string getString(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
getInt
int getInt(string name, int defValue)
Undocumented in source. Be warned that the author may not have intended to support it.
getUlong
ulong getUlong(string name, ulong defValue)
Undocumented in source. Be warned that the author may not have intended to support it.
getString
string getString(int index)
Undocumented in source. Be warned that the author may not have intended to support it.
dump
void dump(char[] buf, int level)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta