#include <tokensource.h>
|
enum | Type {
load,
create,
open,
close,
stmtsep,
attrsep,
assign,
collsep,
id,
value,
done
} |
|
|
| Token (Type t, const std::string &l=std::string()) |
|
Enumerator |
---|
load |
|
create |
|
open |
|
close |
|
stmtsep |
|
attrsep |
|
assign |
|
collsep |
|
id |
|
value |
|
done |
|
wallaroo::detail::Token::Token |
( |
Type |
t, |
|
|
const std::string & |
l = std::string() |
|
) |
| |
|
inline |
static std::string wallaroo::detail::Token::Description |
( |
Type |
t | ) |
|
|
inlinestatic |
std::string wallaroo::detail::Token::lexem |
Type wallaroo::detail::Token::type |
The documentation for this struct was generated from the following file: