senf::console::ValueRange< T > Struct Template Reference
[Special console utility types]

Value range. More...

#include <senf/Utils/Console/Utility.hh>

List of all members.


Detailed Description

template<class T>
struct senf::console::ValueRange< T >

Value range.

A value range may be represented in the console either by a single value (setting both low and high to the same value) or as a lower and upper bound separated by a colon.

Definition at line 103 of file Utility.hh.


Public Attributes

low
high

Member Data Documentation

template<class T >
T senf::console::ValueRange< T >::
high

Definition at line 106 of file Utility.hh.

template<class T >
T senf::console::ValueRange< T >::
low

Definition at line 105 of file Utility.hh.


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