Storm 1.13.0.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
storm::settings::ArgumentValidator< ValueType > Class Template Referenceabstract

#include <ArgumentValidators.h>

Inheritance diagram for storm::settings::ArgumentValidator< ValueType >:

Public Member Functions

virtual ~ArgumentValidator ()=default
virtual bool isValid (ValueType const &value)=0
 Checks whether the argument passes the validation.
virtual std::string toString () const =0
 Retrieves a string representation of the valid values.

Detailed Description

template<typename ValueType>
class storm::settings::ArgumentValidator< ValueType >

Definition at line 13 of file ArgumentValidators.h.

Constructor & Destructor Documentation

◆ ~ArgumentValidator()

template<typename ValueType>
virtual storm::settings::ArgumentValidator< ValueType >::~ArgumentValidator ( )
virtualdefault

Member Function Documentation

◆ isValid()

template<typename ValueType>
virtual bool storm::settings::ArgumentValidator< ValueType >::isValid ( ValueType const & value)
pure virtual

◆ toString()

template<typename ValueType>
virtual std::string storm::settings::ArgumentValidator< ValueType >::toString ( ) const
pure virtual

The documentation for this class was generated from the following files: