FMT 0.9.8
Forest management tools for forest planning
|
#include <FMTbounds.hpp>
Public Member Functions | |
FMTperbounds () | |
~FMTperbounds ()=default | |
FMTperbounds (const FMTsection lsection, const int &lupper, const int &llower) | |
FMTperbounds (const FMTperbounds &rhs) | |
FMTperbounds (const FMTbounds< int > &rhs) | |
FMTperbounds & | operator= (const FMTperbounds &rhs) |
bool | operator== (const FMTperbounds &rhs) const |
operator std::string () const | |
Public Member Functions inherited from Core::FMTbounds< int > | |
FMTbounds () | |
FMTbounds (const FMTsection lsection, const int &lupper, const int &llower) | |
FMTbounds (const FMTsection lsection, const FMTkwor key, const int &lupper, const int &llower) | |
FMTbounds (const FMTbounds< int > &rhs) | |
virtual | ~FMTbounds ()=default |
void | setorbound () |
int | getlower () const |
int | getupper () const |
bool | out (const int &value) const |
bool | in (const int &value) const |
bool | operator== (const FMTbounds< int > &rhs) const |
bool | operator< (const FMTbounds< int > &rhs) const |
FMTbounds< int > & | operator= (const FMTbounds< int > &rhs) |
bool | empty () const |
bool | add (const FMTbounds< int > &rhs) |
std::string | tostring (const std::string &name) const |
Friends | |
class | FMTspec |
class | boost::serialization::access |
Additional Inherited Members | |
Protected Attributes inherited from Core::FMTbounds< int > | |
FMTsection | section |
FMTkwor | keytype |
int | upper |
int | lower |
Core::FMTperbounds::FMTperbounds | ( | ) |
|
default |
Core::FMTperbounds::FMTperbounds | ( | const FMTsection | lsection, |
const int & | lupper, | ||
const int & | llower | ||
) |
Core::FMTperbounds::FMTperbounds | ( | const FMTperbounds & | rhs | ) |
Core::FMTperbounds::FMTperbounds | ( | const FMTbounds< int > & | rhs | ) |
Core::FMTperbounds::operator std::string | ( | ) | const |
FMTperbounds & Core::FMTperbounds::operator= | ( | const FMTperbounds & | rhs | ) |
bool Core::FMTperbounds::operator== | ( | const FMTperbounds & | rhs | ) | const |
|
friend |
|
friend |