semitwist.treeout

Undocumented in source.

Members

Classes

JSONFormatter
class JSONFormatter(bool _strip, string _indent = "\t")
Undocumented in source.
TreeFormatter
class TreeFormatter
Undocumented in source.
TreeNode
class TreeNode
Undocumented in source.
TreeNodeBase
class TreeNodeBase
Undocumented in source.
TreeNodeComment
class TreeNodeComment
Undocumented in source.
TreeNodeData
class TreeNodeData

NOTE: Might not be implemented correctly by the formatters, atm.

XMLFormatter
class XMLFormatter(bool _strip, string _indent = "\t")
Undocumented in source.

Functions

replicate
string replicate(string str, int num)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

formatterPrettyJSON
TreeFormatter formatterPrettyJSON;
Undocumented in source.
formatterPrettyXML
TreeFormatter formatterPrettyXML;
Undocumented in source.
formatterTrimmedJSON
TreeFormatter formatterTrimmedJSON;
Undocumented in source.
formatterTrimmedXML
TreeFormatter formatterTrimmedXML;
Undocumented in source.

Meta