#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.
|
| struct | epee::serialization::convert_to_signed_unsigned< from_type, to_type, true, true > |
| struct | epee::serialization::convert_to_signed_unsigned< from_type, to_type, true, false > |
| struct | epee::serialization::convert_to_signed_unsigned< from_type, to_type, false, true > |
| struct | epee::serialization::convert_to_signed_unsigned< from_type, to_type, false, false > |
| struct | epee::serialization::convert_to_integral< from_type, to_type, true > |
| struct | epee::serialization::convert_to_integral< from_type, to_type, false > |
| struct | epee::serialization::convert_to_integral< std::string, uint64_t, false > |
| struct | epee::serialization::is_convertable< from_type, to_type > |
| struct | epee::serialization::convert_to_same< from_type, to_type, true > |
| struct | epee::serialization::convert_to_same< from_type, to_type, false > |
◆ ASSERT_AND_THROW_WRONG_CONVERSION
| #define ASSERT_AND_THROW_WRONG_CONVERSION |
( |
| ) |
|
Value:ASSERT_MES_AND_THROW(
"WRONG DATA CONVERSION: from type=" <<
typeid(from).
name() <<
" to type " <<
typeid(to).
name())
const char * name
Definition options.c:30