8#ifndef FMTOPE_H_INCLUDED
9#define FMTOPE_H_INCLUDED
14#include <boost/functional/hash.hpp>
15#include <boost/serialization/serialization.hpp>
16#include <boost/serialization/nvp.hpp>
38 friend class boost::serialization::access;
39 template<
class Archive>
40 void serialize(Archive& ar,
const unsigned int version)
42 ar & BOOST_SERIALIZATION_NVP(key);
51 double call(
const double& rhs1,
const double& rhs2)
const;
62 operator std::string()
const;
#define FMTEXPORT
Definition: FMTutility.hpp:92
Definition: FMToperator.hpp:36
double call(const double &rhs1, const double &rhs2) const
FMToperator reverse() const
FMToperator(std::string strkey)
FMToperator(const FMToperator &rhs)
std::string associativity() const
FMToperator(FMTokey lkey)
The Core namespace provides classes for simulating stands/strata growth/harvest through time.
Definition: FMTaction.hpp:31
FMTokey
Definition: FMToperator.hpp:25