#include <IntegerInterval.h>
Definition at line 7 of file IntegerInterval.h.
◆ IntegerInterval() [1/2]
storm::storage::IntegerInterval::IntegerInterval |
( |
int64_t |
v | ) |
|
|
inlineexplicit |
◆ IntegerInterval() [2/2]
storm::storage::IntegerInterval::IntegerInterval |
( |
int64_t |
lb, |
|
|
int64_t |
rb |
|
) |
| |
|
inline |
◆ contains() [1/2]
bool storm::storage::IntegerInterval::contains |
( |
int64_t |
val | ) |
const |
|
inline |
◆ contains() [2/2]
bool storm::storage::IntegerInterval::contains |
( |
IntegerInterval const & |
i | ) |
const |
|
inline |
◆ extend() [1/2]
void storm::storage::IntegerInterval::extend |
( |
int64_t |
val | ) |
|
|
inline |
◆ extend() [2/2]
◆ getLeftBound()
boost::optional< int64_t > storm::storage::IntegerInterval::getLeftBound |
( |
| ) |
const |
|
inline |
◆ getRightBound()
boost::optional< int64_t > storm::storage::IntegerInterval::getRightBound |
( |
| ) |
const |
|
inline |
◆ hasLeftBound()
bool storm::storage::IntegerInterval::hasLeftBound |
( |
| ) |
const |
|
inline |
◆ hasRightBound()
bool storm::storage::IntegerInterval::hasRightBound |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: