Wolframe, 0.0.3

_Wolframe::config::Parser::RangeDomain< DomainValueType > Member List

This is the complete list of members for _Wolframe::config::Parser::RangeDomain< DomainValueType >, including all inherited members.

BaseTypeDomain()_Wolframe::config::Parser::BaseTypeDomaininline
check(const ValueType &val, string &explanation) const _Wolframe::config::Parser::RangeDomain< DomainValueType >inline
getDomainDescription() const _Wolframe::config::Parser::RangeDomain< DomainValueType >inline
m_max_Wolframe::config::Parser::RangeDomain< DomainValueType >private
m_min_Wolframe::config::Parser::RangeDomain< DomainValueType >private
parse(ValueType &value, const string &token, string &explanation) const _Wolframe::config::Parser::BaseTypeDomaininline
RangeDomain(const DomainValueType &min_, const DomainValueType &max_=std::numeric_limits< DomainValueType >::max())_Wolframe::config::Parser::RangeDomain< DomainValueType >inline