23#include <golog++/model/value.h>
25#include <boost/variant/variant.hpp>
32class InterfaceFieldIterator;
47 void operator()(gologpp::CompoundType::Representation v);
48 void operator()(gologpp::ListType::Representation v);
Interface field iterator.
A visitor that converts a gologpp::Value to an interface field value.
void operator()(unsigned int v)
Convert the given value and set the field accordingly.
ValueToFieldVisitor(InterfaceFieldIterator *field, unsigned int index=0)
Constructor.
Fawkes library namespace.