#include <Range.hpp>
Inherits std::array< T, 4 >.
◆ Range() [1/3]
◆ Range() [2/3]
◆ Range() [3/3]
◆ ~Range()
◆ clear()
template<class T >
void Range< T >::clear |
( |
| ) |
|
|
inline |
◆ contains()
template<class T >
bool Range< T >::contains |
( |
T | v | ) |
const |
|
inline |
◆ empty()
template<class T >
bool Range< T >::empty |
( |
| ) |
const |
|
inline |
◆ enabled()
template<class T >
bool Range< T >::enabled |
( |
| ) |
const |
|
inline |
◆ full()
template<class T >
bool Range< T >::full |
( |
| ) |
const |
|
inline |
◆ maximum()
template<class T >
T Range< T >::maximum |
( |
| ) |
const |
|
inline |
◆ maximumValue()
template<class T >
T Range< T >::maximumValue |
( |
| ) |
const |
|
inline |
◆ minimum()
template<class T >
T Range< T >::minimum |
( |
| ) |
const |
|
inline |
◆ minimumValue()
template<class T >
T Range< T >::minimumValue |
( |
| ) |
const |
|
inline |
◆ set() [1/2]
template<class T >
void Range< T >::set |
( |
T | min, |
|
|
T | max ) |
|
inline |
◆ set() [2/2]
template<class T >
void Range< T >::set |
( |
T | min, |
|
|
T | minValue, |
|
|
T | maxValue, |
|
|
T | max ) |
|
inline |
◆ setEnabled()
template<class T >
void Range< T >::setEnabled |
( |
bool | enabled | ) |
|
|
inline |
◆ setMaximum()
template<class T >
void Range< T >::setMaximum |
( |
T | v | ) |
|
|
inline |
◆ setMaximumValue()
template<class T >
void Range< T >::setMaximumValue |
( |
T | v | ) |
|
|
inline |
◆ setMinimum()
template<class T >
void Range< T >::setMinimum |
( |
T | v | ) |
|
|
inline |
◆ setMinimumValue()
template<class T >
void Range< T >::setMinimumValue |
( |
T | v | ) |
|
|
inline |
◆ fromJson
template<class T >
template<class U >
void fromJson |
( |
Range< U > & | out, |
|
|
const Json & | in ) |
|
friend |
◆ operator<<
template<class T >
template<class U >
std::ostream & operator<< |
( |
std::ostream & | out, |
|
|
const Range< U > & | in ) |
|
friend |
◆ toJson
template<class T >
template<class U >
void toJson |
( |
Json & | out, |
|
|
const Range< U > & | in ) |
|
friend |
◆ toString
template<class T >
template<class U >
std::string toString |
( |
const Range< U > & | in | ) |
|
|
friend |
◆ enabled_
template<class T >
bool Range< T >::enabled_ |
|
protected |
The documentation for this class was generated from the following file: