FileNode

Undocumented in source.

Constructors

this
this(string name)
Undocumented in source.
this
this(string name, ulong weight)
Undocumented in source.
this
this(string name, ulong weight, FileNode[] childs)
Undocumented in source.

Members

Functions

childs
FileNode[] childs()
Undocumented in source. Be warned that the author may not have intended to support it.
getName
string getName()
Undocumented in source. Be warned that the author may not have intended to support it.
getWeight
ulong getWeight()
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.

Variables

children
FileNode[] children;
Undocumented in source.
invalid
bool invalid;
Undocumented in source.
name
string name;
Undocumented in source.
weight
ulong weight;
Undocumented in source.

Meta