FMT 0.9.8
Forest management tools for forest planning
Loading...
Searching...
No Matches
Classes | Namespaces | Macros | Functions
FMTmask.hpp File Reference
#include <boost/dynamic_bitset.hpp>
#include <boost/unordered_map.hpp>
#include <boost/algorithm/string.hpp>
#include <boost/algorithm/string/join.hpp>
#include <boost/functional/hash.hpp>
#include <boost/serialization/serialization.hpp>
#include <boost/serialization/split_free.hpp>
#include <boost/serialization/nvp.hpp>
#include <boost/serialization/export.hpp>
#include <boost/serialization/string.hpp>
#include "FMTexception.hpp"
#include <vector>
#include <string>
Include dependency graph for FMTmask.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Core::FMTmask
 
class  Core::FMTmaskcomparator
 
struct  boost::hash< Core::FMTmask >
 

Namespaces

namespace  boost
 
namespace  boost::serialization
 
namespace  Core
 The Core namespace provides classes for simulating stands/strata growth/harvest through time.
 

Macros

#define BOOST_DYNAMIC_BITSET_DONT_USE_FRIENDS
 

Functions

template<typename Ar , typename Block , typename Alloc >
void boost::serialization::save (Ar &ar, dynamic_bitset< Block, Alloc > const &bs, unsigned)
 
template<typename Ar , typename Block , typename Alloc >
void boost::serialization::load (Ar &ar, dynamic_bitset< Block, Alloc > &bs, unsigned)
 
template<typename Ar , typename Block , typename Alloc >
void boost::serialization::serialize (Ar &ar, dynamic_bitset< Block, Alloc > &bs, unsigned version)
 
template<typename Block , typename Alloc >
std::size_t boost::hash_value (const boost::dynamic_bitset< Block, Alloc > &bs)
 
template<>
void Core::FMTmask::binarizedappend< std::string > (const std::string &element)
 

Macro Definition Documentation

◆ BOOST_DYNAMIC_BITSET_DONT_USE_FRIENDS

#define BOOST_DYNAMIC_BITSET_DONT_USE_FRIENDS