#include <stdio.h>#include <libsherpa/EnumSet.hxx>#include <libsherpa/LexLoc.hxx>Go to the source code of this file.
Namespaces | |
| namespace | sherpa |
Data Structures | |
| struct | sherpa::LToken |
Typedefs | |
| typedef sherpa::EnumSet< TokenFlagValues > | TokenFlags |
Enumerations | |
| enum | TokenFlagValues { TF_NO_FLAGS = 0, TF_INSERTED = 0x1u, TF_BY_PARSER = 0x2u, TF_AT_FIRST = 0x4u, TF_REPROCESS = 0x8u, TF_FIRST_ON_LINE = 0x10u } |
| typedef sherpa::EnumSet<TokenFlagValues> TokenFlags |
Definition at line 65 of file LToken.hxx.
| enum TokenFlagValues |
Definition at line 46 of file LToken.hxx.
1.4.7