Compounds | |||
![]() | ![]() | class | Token |
![]() | ![]() | struct | TokenPushback |
![]() | ![]() | struct | CharPushback |
![]() | ![]() | class | SourceBuffer |
![]() | ![]() | class | Scanner |
![]() | ![]() | class | InteractiveScanner |
![]() | ![]() | class | FileScanner |
![]() | ![]() | class | StringScanner |
Defines | |||
![]() | ![]() | #define | ctype |
Enumerations | |||
![]() | ![]() | enum | Ctype { _O, _U, _L, _N, _S, _P, _A, _X } |
Functions | |||
![]() | ![]() | bool | is_id_alpha (fint c) |
![]() | ![]() | bool | is_alpha (fint c) |
![]() | ![]() | bool | is_upper (fint c) |
![]() | ![]() | bool | is_lower (fint c) |
![]() | ![]() | bool | is_digit (fint c) |
![]() | ![]() | bool | is_space (fint c) |
![]() | ![]() | bool | is_punct (fint c) |
![]() | ![]() | bool | is_alphadigit (fint c) |
![]() | ![]() | bool | is_id_char (fint c) |
Variables | |||
![]() | ![]() | InteractiveScanner* | VMScanner |
![]() | ![]() | unsigned char | c_type [] |
#define ctype () |
enum Ctype |
bool is_id_alpha (fint c) [inline]
|
bool is_alpha (fint c) [inline]
|
bool is_upper (fint c) [inline]
|
bool is_lower (fint c) [inline]
|
bool is_digit (fint c) [inline]
|
bool is_space (fint c) [inline]
|
bool is_punct (fint c) [inline]
|
bool is_alphadigit (fint c) [inline]
|
bool is_id_char (fint c) [inline]
|
InteractiveScanner* VMScanner |
unsigned char c_type[] |