semitwistdtools ~master (2015-08-17T23:08:05Z)
Home
Dub
Repo
TreeNodeData
semitwist
treeout
NOTE: Might not be implemented correctly by the formatters, atm.
class
TreeNodeData :
TreeNodeBase
{
string
data
;
this
();
this
(string data);
string
toString
(TreeFormatter formatter, string content, int nodeDepth);
}
Constructors
this
this
()
Undocumented in source.
this
this
(string data)
Undocumented in source.
Members
Functions
toString
string
toString
(TreeFormatter formatter, string content, int nodeDepth)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
data
string
data
;
Undocumented in source.
Inherited Members
From TreeNodeBase
toString
string
toString
(TreeFormatter formatter, string content, int nodeDepth)
Undocumented in source.
Meta
Source
See Implementation
semitwist
treeout
classes
JSONFormatter
TreeFormatter
TreeNode
TreeNodeBase
TreeNodeComment
TreeNodeData
XMLFormatter
functions
replicate
variables
formatterPrettyJSON
formatterPrettyXML
formatterTrimmedJSON
formatterTrimmedXML
NOTE: Might not be implemented correctly by the formatters, atm.