#include <tagstream.h>
Public Methods | |
| TagStream (fstream *file) | |
| ~TagStream () | |
| vector< string > | nextTag (void) |
| vector< string > | nextData (void) |
Definition at line 28 of file tagstream.h.
|
|
constructs a TagStream from a file Definition at line 15 of file tagstream.cpp. |
|
|
deletes this TagStream, does not close the file Definition at line 19 of file tagstream.cpp. |
|
|
Intreprets until the next '<', effectivly reading until the beginning of the next tag
Definition at line 38 of file tagstream.cpp. |
|
|
Interprets file until the next '>', effectivly reading until the end of the next tag.
Definition at line 27 of file tagstream.cpp. |
1.2.9.1 written by Dimitri van Heesch,
© 1997-2001