Can be used with fromString to convert hex strings into numbers.
More...
#include <utils/ToString.h>
template<typename T>
class mira::FromHex< T >
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.
uint32 i = fromString<FromHex<uint32>>(
"0x010203");
◆ operator T()
◆ operator>>
| std::istream& operator>> |
( |
std::istream & |
iStream, |
|
|
FromHex< T > & |
oValue |
|
) |
| |
|
friend |
◆ value
The documentation for this class was generated from the following file: