|
static bool | evaluate (string first, string second, short comparator) |
|
static bool | evaluate (float first, float second, short comparator) |
|
static string | toString (short comparator) |
|
static short | fromString (string comp) |
|
string br::pucrio::telemidia::ncl::util::Comparator::toString |
( |
short |
comparator | ) |
|
|
static |
This method returns a string representing one comparator.
- Parameters
-
comparator | the comparator to be transformed in string. |
- Returns
- a string representing one comparator.
const short br::pucrio::telemidia::ncl::util::Comparator::CMP_EQ = 0 |
|
static |
Constant that represents an equality.
const short br::pucrio::telemidia::ncl::util::Comparator::CMP_GT = 4 |
|
static |
Constant that represents something is bigger than other thing.
const short br::pucrio::telemidia::ncl::util::Comparator::CMP_GTE = 5 |
|
static |
Constant that represents something is bigger (or equal) than other thing.
const short br::pucrio::telemidia::ncl::util::Comparator::CMP_LT = 2 |
|
static |
Constant that represents something is smaller than other thing.
const short br::pucrio::telemidia::ncl::util::Comparator::CMP_LTE = 3 |
|
static |
Constant that represents something is smaller (or equal) than other thing.
const short br::pucrio::telemidia::ncl::util::Comparator::CMP_NE = 1 |
|
static |
Constant that represents a disequality.
The documentation for this class was generated from the following files:
- ncl30/include/ncl/util/Comparator.h
- ncl30/src/util/Comparator.cpp