#include <limits>
#include <string>
Go to the source code of this file.
Classes | |
class | Range< T > |
A class for managing min/max range information. More... | |
Functions | |
template<typename T > | |
std::string | convertToString (const Range< T > &val) |
template<typename T > | |
void | convertFromString (const std::string &str, Range< T > &val) |
Manage min/max range information
Definition in file Range.H.