|
Electroneum
|
Functions | |
| template<typename Source , typename Destination > | |
| constexpr bool | precision_loss () |
| template<typename Source , typename Type > | |
| void | convert_numeric (Source source, Type &i) |
| template<typename Type > | |
| void | to_int (const rapidjson::Value &val, Type &i) |
| template<typename Type > | |
| void | to_int64 (const rapidjson::Value &val, Type &i) |
| template<typename Type > | |
| void | to_uint (const rapidjson::Value &val, Type &i) |
| template<typename Type > | |
| void | to_uint64 (const rapidjson::Value &val, Type &i) |
| void cryptonote::json::anonymous_namespace{json_object.cpp}::convert_numeric | ( | Source | source, |
| Type & | i | ||
| ) |
|
constexpr |
| void cryptonote::json::anonymous_namespace{json_object.cpp}::to_int | ( | const rapidjson::Value & | val, |
| Type & | i | ||
| ) |
| void cryptonote::json::anonymous_namespace{json_object.cpp}::to_int64 | ( | const rapidjson::Value & | val, |
| Type & | i | ||
| ) |
| void cryptonote::json::anonymous_namespace{json_object.cpp}::to_uint | ( | const rapidjson::Value & | val, |
| Type & | i | ||
| ) |
| void cryptonote::json::anonymous_namespace{json_object.cpp}::to_uint64 | ( | const rapidjson::Value & | val, |
| Type & | i | ||
| ) |