Go to the source code of this file.
Classes | |
class | RTT::scripting::CommonParser |
This class contains some very common parser definitions. More... | |
Namespaces | |
RTT | |
Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute. | |
RTT::scripting | |
Macros | |
#define | keyword_p(word) (lexeme_d[ str_p(word) >> eps_p(~chset_p("a-zA-Z_0-9") | eol_p | end_p ) ]) |
#define keyword_p | ( | word | ) | (lexeme_d[ str_p(word) >> eps_p(~chset_p("a-zA-Z_0-9") | eol_p | end_p ) ]) |
Returns a rule which parses a keyword followed by a non-identifier character, newline or semicolon.
Definition at line 98 of file CommonParser.hpp.