#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.
|
| struct | epee::serialization::convert_to_signed_unsigned< from_type, to_type, bool, bool > |
| |
| 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, bool > |
| |
| 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, bool > |
| |
| 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 |
( |
| ) |
ASSERT_MES_AND_THROW("WRONG DATA CONVERSION: from type=" << typeid(from).name() << " to type " << typeid(to).name()) |