diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-06-07 03:26:43 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-06-07 03:26:43 +0000 |
commit | 8b598e8436a7110abbd0a7566138bcaa952bb527 (patch) | |
tree | 9939beb03fb606e3f9dc3ff8ac04ed3725008ac6 /src/tafreader.h | |
parent | 1f785c99b4e9e76d6803bd66cc4256e9b03fa788 (diff) | |
download | libbu++-8b598e8436a7110abbd0a7566138bcaa952bb527.tar.gz libbu++-8b598e8436a7110abbd0a7566138bcaa952bb527.tar.bz2 libbu++-8b598e8436a7110abbd0a7566138bcaa952bb527.tar.xz libbu++-8b598e8436a7110abbd0a7566138bcaa952bb527.zip |
Except for an excessive amount of debug info, I finally got the delete code
working. Now you can load Taf structures and clean up, you just can't access
all of the data inside 100%.
Diffstat (limited to 'src/tafreader.h')
-rw-r--r-- | src/tafreader.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/tafreader.h b/src/tafreader.h index 4da800c..47ae187 100644 --- a/src/tafreader.h +++ b/src/tafreader.h | |||
@@ -17,12 +17,11 @@ namespace Bu | |||
17 | TafReader( Bu::Stream &sIn ); | 17 | TafReader( Bu::Stream &sIn ); |
18 | virtual ~TafReader(); | 18 | virtual ~TafReader(); |
19 | 19 | ||
20 | Bu::TafNode *readNode(); | 20 | Bu::TafNode *getNode(); |
21 | 21 | ||
22 | private: | 22 | private: |
23 | void node(); | 23 | void nodeContent( Bu::TafNode *pNode ); |
24 | void nodeContent(); | 24 | void nodeProperty( Bu::TafNode *pNode ); |
25 | void nodeProperty(); | ||
26 | void ws(); | 25 | void ws(); |
27 | bool isws(); | 26 | bool isws(); |
28 | void next(); | 27 | void next(); |