MIRA
|
Can be used with fromString to convert hex strings into numbers. More...
#include <utils/ToString.h>
Public Member Functions | |
operator T () const | |
Public Attributes | |
T | value |
Friends | |
std::istream & | operator>> (std::istream &iStream, FromHex< T > &oValue) |
Can be used with fromString to convert hex strings into numbers.
This is necessary since std streams and boost lexical_cast can not deal with hex strings.
|
inline |
|
friend |
T value |