Bitstream Interpretation Library (BIL)
0.1
|
Contains definition of StreamTokenizer class. More...
Go to the source code of this file.
Variables | |
const unsigned char | AT_SEPARATOR = 0 |
const unsigned char | AT_WORD = 1 |
const unsigned char | AT_WHITESPACE = 2 |
const unsigned char | AT_COMMENT = 3 |
const size_t | BUFFER_SIZE = 0x1000000 |
const size_t | TOKEN_MAX_SIZE = 0x7fe |
Contains definition of StreamTokenizer class.
Definition in file StreamTokenizer.cpp.
const unsigned char AT_SEPARATOR = 0 |
Definition at line 12 of file StreamTokenizer.cpp.
const unsigned char AT_WORD = 1 |
Definition at line 13 of file StreamTokenizer.cpp.
const unsigned char AT_WHITESPACE = 2 |
Definition at line 14 of file StreamTokenizer.cpp.
const unsigned char AT_COMMENT = 3 |
Definition at line 15 of file StreamTokenizer.cpp.
const size_t BUFFER_SIZE = 0x1000000 |
Definition at line 17 of file StreamTokenizer.cpp.
const size_t TOKEN_MAX_SIZE = 0x7fe |
Definition at line 18 of file StreamTokenizer.cpp.