1 #ifndef PDDL_PLANNER_REPRESENTATION_GRAMMAR_DEBUG_HPP 2 #define PDDL_PLANNER_REPRESENTATION_GRAMMAR_DEBUG_HPP 7 #include <pddl_planner/representation/Domain.hpp> 8 #include <pddl_planner/representation/Problem.hpp> 13 template<
typename C,
typename E>
16 return out <<
"Expression<" << e.
toLISP() <<
">";
20 #endif // PDDL_PLANNER_REPRESENTATION_GRAMMAR_DEBUG_HPP Representation of (LISP) expressions.
Definition: Domain.hpp:274
std::string toLISP() const
Definition: Domain.cpp:151