FMT 0.9.8
Forest management tools for forest planning
|
The class keep information of a serie of actions in a given order. More...
#include <FMTSerie.hpp>
Public Member Functions | |
FMTSerie (const std::string &p_serie, int p_length) | |
Initialize a FMTSerie using the string description and the length of the serie. | |
int | getLength () const |
Return the length of the serie. | |
std::string | getSerie () const |
Return the string of the serie. | |
bool | operator== (const FMTSerie &p_RHS) const |
Check if two series are equal. | |
bool | operator!= (const FMTSerie &p_RHS) const |
Check if two series are not equal. | |
bool | operator< (const FMTSerie &p_RHS) const |
Check if this serie is less then the p_RHS serie. | |
bool | operator> (const FMTSerie &p_RHS) const |
Check if this serie is greater then the p_RHS serie. | |
The class keep information of a serie of actions in a given order.
Core::FMTSerie::FMTSerie | ( | const std::string & | p_serie, |
int | p_length | ||
) |
Initialize a FMTSerie using the string description and the length of the serie.
[in] | p_serie | the string of the serie |
[in] | p_length | the length of the serie in period. |
int Core::FMTSerie::getLength | ( | ) | const |
Return the length of the serie.
std::string Core::FMTSerie::getSerie | ( | ) | const |
Return the string of the serie.
bool Core::FMTSerie::operator!= | ( | const FMTSerie & | p_RHS | ) | const |
Check if two series are not equal.
bool Core::FMTSerie::operator< | ( | const FMTSerie & | p_RHS | ) | const |
Check if this serie is less then the p_RHS serie.
bool Core::FMTSerie::operator== | ( | const FMTSerie & | p_RHS | ) | const |
Check if two series are equal.
bool Core::FMTSerie::operator> | ( | const FMTSerie & | p_RHS | ) | const |
Check if this serie is greater then the p_RHS serie.