8#ifndef FMTlookup_H_INCLUDED
9#define FMTlookup_H_INCLUDED
12#include <boost/functional/hash.hpp>
16 template<
class inmemory,
class po
inter>
31 FMTlookup(
const inmemory& des,
const pointer& dev) :
75 template<
class inmemory,
class po
inter>
76 struct hash<
Core::FMTlookup<inmemory,pointer>>
86 return boost::hash<std::string>()(*lookup.pointerobject);
Definition: FMTlookup.hpp:18
FMTlookup(const pointer &ptr)
Definition: FMTlookup.hpp:25
FMTlookup(const FMTlookup &rhs)
Definition: FMTlookup.hpp:36
const pointer * pointerobject
Definition: FMTlookup.hpp:21
bool operator==(const FMTlookup &rhs) const
Definition: FMTlookup.hpp:64
FMTlookup(const inmemory &des, const pointer &dev)
Definition: FMTlookup.hpp:31
inmemory memoryobject
Definition: FMTlookup.hpp:20
FMTlookup & operator=(const FMTlookup &rhs)
Definition: FMTlookup.hpp:41
bool operator<(const FMTlookup &rhs) const
Definition: FMTlookup.hpp:50
The Core namespace provides classes for simulating stands/strata growth/harvest through time.
Definition: FMTaction.hpp:31
Definition: FMTaction.hpp:364
std::size_t operator()(const Core::FMTlookup< inmemory, pointer > &lookup) const
Definition: FMTlookup.hpp:78