|
Monero
|
#include <boost/regex.hpp>#include "misc_language.h"#include "portable_storage_base.h"#include "parserse_base_utils.h"#include "warnings.h"#include "misc_log_ex.h"#include <boost/lexical_cast.hpp>#include <boost/numeric/conversion/bounds.hpp>#include <typeinfo>#include <iomanip>

Go to the source code of this file.
Namespaces | |
| namespace | epee |
| TODO: (mj-xmr) This will be reduced in an another PR. | |
| 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 | ( | ) |