MeshLib
 
Loading...
Searching...
No Matches
MR::UI::TestEngine::ValueEntry::Value< T > Struct Template Reference

#include <MRUITestEngine.h>

Public Member Functions

 Value ()
 

Public Attributes

std::string value
 
std::optional< std::vector< std::string > > allowedValues
 
std::optional< std::string > simulatedValue
 

Constructor & Destructor Documentation

◆ Value()

template<std::same_as< std::string > T>
MR::UI::TestEngine::ValueEntry::Value< T >::Value ( )
inline

Member Data Documentation

◆ allowedValues

template<std::same_as< std::string > T>
std::optional<std::vector<std::string> > MR::UI::TestEngine::ValueEntry::Value< T >::allowedValues

◆ simulatedValue

template<std::same_as< std::string > T>
std::optional<std::string> MR::UI::TestEngine::ValueEntry::Value< T >::simulatedValue
mutable

◆ value

template<std::same_as< std::string > T>
std::string MR::UI::TestEngine::ValueEntry::Value< T >::value

The documentation for this struct was generated from the following file: