#include <archon/util/options.H>
Collaboration diagram for Archon::Utilities::Options::Range< T >:
Public Member Functions | |
Range (T from, T to) | |
void | check (const T &v) const throw (ParseException) |
Public Attributes | |
T | from |
T | to |
From inclusive, to exclusive.
Definition at line 79 of file options.H.