adam_callback_suite_t::relation_t Class Reference |
Public Attributes | |
string_t | brief_m |
string_t | detailed_m |
array_t | expression_m |
vector< name_t > | name_set_m |
line_position_t | position_m |
Detailed Description
Every 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
Trailing comment for the relation.
Definition at line 150 of file adam_parser.hpp.
Leading comment for the relation.
Definition at line 149 of file adam_parser.hpp.
Tokenized expression array of the relation.
Definition at line 148 of file adam_parser.hpp.
Set of named cells being operated upon by this relation.
Definition at line 146 of file adam_parser.hpp.
Position in the parse of the relation declaration.
Definition at line 147 of file adam_parser.hpp.