#include "parser-debug.hpp"
#include "parse_exception.hpp"
#include "ValueChangeParser.hpp"
#include "../Service.hpp"
#include "../types/Types.hpp"
#include "../Attribute.hpp"
#include "../TaskContext.hpp"
#include "../types/GlobalsRepository.hpp"
#include <boost/bind.hpp>
#include <boost/lambda/bind.hpp>
#include <boost/lambda/construct.hpp>
#include <Logger.hpp>
#include <sstream>
#include <iostream>
Go to the source code of this file.
|
#define | RULE(name, def) boost_spirit::contiguous<boost_spirit::positive<boost_spirit::chset<char> > > name = (def) |
|
#define RULE |
( |
|
name, |
|
|
|
def |
|
) |
| boost_spirit::contiguous<boost_spirit::positive<boost_spirit::chset<char> > > name = (def) |