FMT 1.2.0
Forest management tools for forest planning
Loading...
Searching...
No Matches
Classes | Namespaces | Macros | Functions
FMTMask.h 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 <boost/serialization/vector.hpp>
#include <boost/dynamic_bitset/serialization.hpp>
#include "FMTException.h"
#include <vector>
#include <string>
Include dependency graph for FMTMask.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Core::FMTMask
 Core class holding, as a boost dynamic bitset, which theme attributes are part of a mask. More...
 
class  Core::FMTMaskComparator
 Comparator used to check if a mask already exists in a std container. More...
 
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