class
Scanner
: public
LexScan
(Return to index)
C++ wrapper for ComUtil scanner capability.
Type:
Instantiable
Base Classes:
public
LexScan
Derived Classes
Include file:
ComTerp/scanner.h
Public:
Scanner
()
Scanner
(const char* path)
Scanner
(void*, char*(*)(char*,int,void*), int(*)(void*), int(*)(void*))
see descriptions in
ComTerp
or
ComTerpModule
.
const void*
get_next_token
(unsigned int& toktype)
return pointer to
token
of 'toktype'.
const char*
get_next_token_string
(unsigned int& toktype)
return pointer to string from which
token
was scanned.
~Scanner
()
(more documentation)