#include <dsWordSource.h>
Public Methods | |
dsWordSource (const char *filename, const char *dlm="$@#%&*.,<>?!~;':\"[]{}\\/|+=_-()\t\r\n") | |
current delemiters | |
~dsWordSource () | |
const char * | next () |
void | reset () |
Public Attributes | |
unsigned | wordcnt |
unsigned | linecnt |
current word position | |
const char * | delems |
current line position |
|
Constructor:
|
|
|
|
read next word word placed into internal buffer of 256 chars length
|
|
reset file pointer |
|
|
|
|
|
|