adam_parser.hpp File Reference
#include <adobe/config.hpp>
#include <iosfwd>
#include <string>
#include <boost/function.hpp>
#include <adobe/array.hpp>
#include <adobe/istream.hpp>
Go to the source code of this file.
|
Classes |
| class | adam_callback_suite_t |
| | Callback class for the Adam parser. More...
|
| class | relation_t |
| | Struct containing details of a relation expression for client callbacks from the Adam parser. More...
|
Namespaces |
| namespace | adobe |
Functions |
| void | parse (std::istream &stream, const line_position_t &position, const adam_callback_suite_t &callbacks) |
| array_t | parse_adam_expression (const std::string &expression) |