|
Electroneum
|
#include <time.h>#include <boost/regex.hpp>#include "misc_language.h"#include "portable_storage_base.h"#include "warnings.h"

Go to the source code of this file.
Namespaces | |
| namespace | epee |
| namespace | epee::serialization |
Macros | |
| #define | ASSERT_AND_THROW_WRONG_CONVERSION() |
Functions | |
| template<typename from_type, typename to_type> | |
| void | epee::serialization::convert_int_to_uint (const from_type &from, to_type &to) |
| template<typename from_type, typename to_type> | |
| void | epee::serialization::convert_int_to_int (const from_type &from, to_type &to) |
| template<typename from_type, typename to_type> | |
| void | epee::serialization::convert_uint_to_any_int (const from_type &from, to_type &to) |
| template<class from_type, class to_type> | |
| void | epee::serialization::convert_t (const from_type &from, to_type &to) |
| #define ASSERT_AND_THROW_WRONG_CONVERSION | ( | ) |
Definition at line 42 of file portable_storage_val_converters.h.