adam_callback_suite_t::relation_t Class Reference
Detailed DescriptionEvery relation declared in an Adam expression is parsed and packed into this struct for the client code. Definition at line 144 of file adam_parser.hpp. Member Data Documentation§ brief_m
Trailing comment for the relation. Definition at line 150 of file adam_parser.hpp. § detailed_m
Leading comment for the relation. Definition at line 149 of file adam_parser.hpp. § expression_m
Tokenized expression array of the relation. Definition at line 148 of file adam_parser.hpp. § name_set_m
Set of named cells being operated upon by this relation. Definition at line 146 of file adam_parser.hpp. § position_m
Position in the parse of the relation declaration. Definition at line 147 of file adam_parser.hpp. |