adam_callback_suite_t Class Reference
Detailed DescriptionClient-defined callback function used by the Adam parser to communicate with the client code. The Adam parser will discover cell declarations and will signal callbacks herein of those declarations. Definition at line 133 of file adam_parser.hpp. Member Typedef Documentation◆ add_cell_proc_tA callback function signature for a ConvertibleToFunction that needs to be supplied. During the parsing of an Adam definition, the client will receive cell declaration notifications through this callback.
Definition at line 158 of file adam_parser.hpp. ◆ add_external_proc_t
Definition at line 179 of file adam_parser.hpp. ◆ add_interface_proc_tA callback function signature for a ConvertibleToFunction that needs to be supplied. During the parsing of an Adam definition, the client will receive interface cell declaration notifications through this callback.
Definition at line 174 of file adam_parser.hpp. ◆ add_relation_proc_tA callback function signature for a ConvertibleToFunction that needs to be supplied. During the parsing of an Adam definition, the client will receive relation declaration notifications through this callback.
Definition at line 165 of file adam_parser.hpp. Member Enumeration Documentation◆ cell_type_t
Enumeration type denoting the kind of cell found in the parse. Definition at line 135 of file adam_parser.hpp. Member Data Documentation◆ add_cell_proc_m
Definition at line 181 of file adam_parser.hpp. ◆ add_external_proc_m
Definition at line 184 of file adam_parser.hpp. ◆ add_interface_proc_m
Definition at line 183 of file adam_parser.hpp. ◆ add_relation_proc_m
Definition at line 182 of file adam_parser.hpp. |