GCC chokes on full specializations at class scope, hence this. More...
#include <MRViewer/MRUITestEngine.h>
Public Member Functions | |
| Value () | |
Public Attributes | |
| std::string | value |
| The current value. | |
| std::optional< std::vector< std::string > > | allowedValues |
| std::optional< std::string > | simulatedValue |
| Set to override the value. | |
| T | min |
| Min/max bounds, INCLUSIVE. If none, those are set to the min/max values representable in this type. | |
| T | max |
GCC chokes on full specializations at class scope, hence this.
|
inline |
| std::optional<std::vector<std::string> > MR::UI::TestEngine::ValueEntry::Value< T >::allowedValues |
| T MR::UI::TestEngine::ValueEntry::Value< T >::max |
| T MR::UI::TestEngine::ValueEntry::Value< T >::min |
Min/max bounds, INCLUSIVE. If none, those are set to the min/max values representable in this type.
|
mutable |
Set to override the value.
| std::string MR::UI::TestEngine::ValueEntry::Value< T >::value |
The current value.