SizeRange
class SizeRange
DEFINITION
class SizeRange;
constructor SizeRange
DEFINITION
| SizeRange | ( | ); |
constructor SizeRange
DEFINITION
| SizeRange | ( | uint64_t minimum, | |
| std::optional< uint64_t > maximum | ); |
| PARAMETER | DESCRIPTION |
|---|---|
minimum |
|
maximum |
constructor SizeRange
DEFINITION
| SizeRange | ( | uint64_t size | ); |
| PARAMETER | DESCRIPTION |
|---|---|
size |
method has_sizeconst
DEFINITION
| bool has_size | ( | ) const; |
| RETURNS | DESCRIPTION |
|---|---|
bool |
method maximum_valueconst
DEFINITION
| std::optional< Value > maximum_value | ( | ) const; |
| RETURNS | DESCRIPTION |
|---|---|
std::optional< Value > |
method minimum_valueconst
DEFINITION
| Value minimum_value | ( | ) const; |
| RETURNS | DESCRIPTION |
|---|---|
Value |
method operator!=const
DEFINITION
| bool operator!= | ( | const SizeRange & other | ) const; |
| PARAMETER | DESCRIPTION |
|---|---|
other |
| RETURNS | DESCRIPTION |
|---|---|
bool |
method operator+const
DEFINITION
| SizeRange operator+ | ( | const SizeRange & other | ) const; |
| PARAMETER | DESCRIPTION |
|---|---|
other |
| RETURNS | DESCRIPTION |
|---|---|
SizeRange |
method operator+=
DEFINITION
| SizeRange operator+= | ( | const SizeRange & other | ); |
| PARAMETER | DESCRIPTION |
|---|---|
other |
| RETURNS | DESCRIPTION |
|---|---|
SizeRange |
method operator-const
DEFINITION
| SizeRange operator- | ( | const SizeRange & other | ) const; |
| PARAMETER | DESCRIPTION |
|---|---|
other |
| RETURNS | DESCRIPTION |
|---|---|
SizeRange |
method operator==const
DEFINITION
| bool operator== | ( | const SizeRange & other | ) const; |
| PARAMETER | DESCRIPTION |
|---|---|
other |
| RETURNS | DESCRIPTION |
|---|---|
bool |
method sizeconst
DEFINITION
| std::optional< uint64_t > size | ( | ) const; |
| RETURNS | DESCRIPTION |
|---|---|
std::optional< uint64_t > |
method valueconst
DEFINITION
| std::optional< Value > value | ( | ) const; |
| RETURNS | DESCRIPTION |
|---|---|
std::optional< Value > |
member maximum
DEFINITION
std::optional< uint64_t > maximum;
member minimum
DEFINITION
uint64_t minimum;