FMT 1.2.0
Forest management tools for forest planning
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations
FMTOperator.h File Reference
#include "FMTutility.h"
#include <string>
#include <vector>
#include <boost/functional/hash.hpp>
#include <boost/serialization/serialization.hpp>
#include <boost/serialization/nvp.hpp>
#include "FMTException.h"
Include dependency graph for FMTOperator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Core::FMTOperator
 Mathematical operator usable in yield and output expressions. More...
 

Namespaces

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

Enumerations

enum class  Core::FMTokey {
  Core::multiply = 1 , Core::divide = 2 , Core::add = 3 , Core::sub = 4 ,
  Core::comma = 5 , Core::pow = 6 , Core::notvalid = 7
}
 Enumerator of the operators usable in an FMTOperator (multiply, divide, add, sub, comma, pow). More...