#include <skTreeNode.h>
Public Methods | |
skTreeNodeReader (istream &in) | |
Constructor - takes the input stream to read the skTreeNode from. | |
skTreeNodeReader (istream &in, skString fileName) | |
Constructor - takes the input stream to read the TreeNode from, and specifies a filename. | |
skTreeNodeReader (FILE *in) | |
Constructor - takes the input file to read the skTreeNode from. | |
skTreeNodeReader (FILE *in, skString fileName) | |
Constructor - takes the input file to read the TreeNode from, and specifies a filename. | |
~skTreeNodeReader () | |
Destructor. | |
skTreeNode * | read (skExecutableContext &ctxt) |
Starts the parse of the input stream. |
|
Starts the parse of the input stream.
|