#include <boost/shared_ptr.hpp>
#include <boost/function_types/result_type.hpp>
#include <boost/function_types/parameter_types.hpp>
#include <boost/version.hpp>
#include <boost/fusion/include/make_unfused_generic.hpp>
#include <vector>
#include <string>
#include "DataSource.hpp"
#include "CreateSequence.hpp"
#include "FusedFunctorDataSource.hpp"
#include "../OperationInterfacePart.hpp"
#include "../FactoryExceptions.hpp"
#include "../Operation.hpp"
#include "../base/OperationCallerBase.hpp"
Go to the source code of this file.
#define BOOST_FUSION_UNFUSED_GENERIC_MAX_ARITY 7 |