#include <skTreeNode.h>
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. More... |
|
Starts the parse of the input stream.
|