class skTreeNodeReader

this class is used to read a TreeNode from a text stream

Public Methods

skTreeNodeReader(istream& in)
Constructor - takes the input stream to read the TreeNode from
skTreeNodeReader(istream& in, const char * fileName)
Constructor - takes the input stream to read the TreeNode from, and specifies a filename
~skTreeNodeReader()
Destructor
skTreeNode* read()
Starts the parse of the input stream

Documentation

this class is used to read a TreeNode from a text stream
skTreeNodeReader(istream& in)
Constructor - takes the input stream to read the TreeNode from

skTreeNodeReader(istream& in, const char * fileName)
Constructor - takes the input stream to read the TreeNode from, and specifies a filename

~skTreeNodeReader()
Destructor

skTreeNode* read()
Starts the parse of the input stream
Throws:
skTreeNodeReaderException if there was an error in the file
Returns:
a TreeNode, if the read was successful


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de