|
| template<class Archive , class h_key , class hval > |
| void | save (Archive &a, const std::unordered_map< h_key, hval > &x, const boost::serialization::version_type ver) |
| |
| template<class Archive , class h_key , class hval > |
| void | load (Archive &a, std::unordered_map< h_key, hval > &x, const boost::serialization::version_type ver) |
| |
| template<class Archive , class h_key , class hval > |
| void | save (Archive &a, const std::unordered_multimap< h_key, hval > &x, const boost::serialization::version_type ver) |
| |
| template<class Archive , class h_key , class hval > |
| void | load (Archive &a, std::unordered_multimap< h_key, hval > &x, const boost::serialization::version_type ver) |
| |
| template<class Archive , class hval > |
| void | save (Archive &a, const std::unordered_set< hval > &x, const boost::serialization::version_type ver) |
| |
| template<class Archive , class hval > |
| void | load (Archive &a, std::unordered_set< hval > &x, const boost::serialization::version_type ver) |
| |
| template<class Archive , class h_key , class hval > |
| void | serialize (Archive &a, std::unordered_map< h_key, hval > &x, const boost::serialization::version_type ver) |
| |
| template<class Archive , class h_key , class hval > |
| void | serialize (Archive &a, std::unordered_multimap< h_key, hval > &x, const boost::serialization::version_type ver) |
| |
| template<class Archive , class hval > |
| void | serialize (Archive &a, std::unordered_set< hval > &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, cryptonote::account_keys &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, crypto::public_key &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, crypto::secret_key &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, crypto::key_derivation &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, crypto::key_image &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, crypto::signature &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, crypto::hash &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, crypto::hash8 &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, cryptonote::txout_to_script &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, cryptonote::txout_to_key &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, cryptonote::txout_to_key_public &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, cryptonote::account_public_address &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, cryptonote::txout_to_scripthash &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, cryptonote::txin_gen &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, cryptonote::txin_to_script &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, cryptonote::txin_to_scripthash &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, cryptonote::txin_to_key &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, cryptonote::txin_to_key_public &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, cryptonote::tx_out &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, cryptonote::transaction_prefix &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, cryptonote::transaction &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, cryptonote::block &b, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, rct::key &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, rct::ctkey &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, rct::rangeSig &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, rct::Bulletproof &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, rct::boroSig &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, rct::mgSig &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, rct::ecdhTuple &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, rct::multisig_kLRki &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, rct::multisig_out &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| std::enable_if< Archive::is_loading::value, void >::type | serializeOutPk (Archive &a, rct::ctkeyV &outPk_, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| std::enable_if< Archive::is_saving::value, void >::type | serializeOutPk (Archive &a, rct::ctkeyV &outPk_, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, rct::rctSigBase &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, rct::rctSigPrunable &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, rct::rctSig &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, rct::RCTConfig &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, cryptonote::difficulty_type &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, cryptonote::subaddress_index &x, const boost::serialization::version_type ver) |
| |
| template<class archive_t > |
| void | serialize (archive_t &ar, cryptonote::blockchain_storage::transaction_chain_entry &te, const unsigned int version) |
| |
| template<class archive_t > |
| void | serialize (archive_t &ar, cryptonote::blockchain_storage::block_extended_info &ei, const unsigned int version) |
| |
| template<class Archive > |
| void | serialize (Archive &a, cryptonote::tx_source_entry &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, cryptonote::tx_destination_entry &x, const boost::serialization::version_type ver) |
| |
| template<class archive_t > |
| void | serialize (archive_t &ar, cryptonote::tx_memory_pool::tx_details &td, const unsigned int version) |
| |
| template<class T , class Archive > |
| void | do_serialize (boost::mpl::false_, Archive &a, epee::net_utils::network_address &na) |
| |
| template<class T , class Archive > |
| void | do_serialize (boost::mpl::true_, Archive &a, const epee::net_utils::network_address &na) |
| |
| template<class Archive , class ver_type > |
| void | serialize (Archive &a, epee::net_utils::network_address &na, const ver_type ver) |
| |
| template<class Archive , class ver_type > |
| void | serialize (Archive &a, epee::net_utils::ipv4_network_address &na, const ver_type ver) |
| |
| template<class Archive , class ver_type > |
| void | save (Archive &a, const net::tor_address &na, const ver_type) |
| |
| template<class Archive , class ver_type > |
| void | save (Archive &a, const net::i2p_address &na, const ver_type) |
| |
| template<class Archive , class ver_type > |
| void | load (Archive &a, net::tor_address &na, const ver_type) |
| |
| template<class Archive , class ver_type > |
| void | load (Archive &a, net::i2p_address &na, const ver_type) |
| |
| template<class Archive , class ver_type > |
| void | serialize (Archive &a, net::tor_address &na, const ver_type ver) |
| |
| template<class Archive , class ver_type > |
| void | serialize (Archive &a, net::i2p_address &na, const ver_type ver) |
| |
| template<class Archive , class ver_type > |
| void | serialize (Archive &a, nodetool::peerlist_entry &pl, const ver_type ver) |
| |
| template<class Archive , class ver_type > |
| void | serialize (Archive &a, nodetool::anchor_peerlist_entry &pl, const ver_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, mms::file_data &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, mms::message &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, mms::authorized_signer &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, mms::auto_config_data &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, mms::file_transport_message &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, crypto::chacha_iv &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| std::enable_if<!Archive::is_loading::value, void >::type | initialize_transfer_details (Archive &a, tools::wallet2::transfer_details &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| std::enable_if< Archive::is_loading::value, void >::type | initialize_transfer_details (Archive &a, tools::wallet2::transfer_details &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, tools::wallet2::transfer_details &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, tools::wallet2::multisig_info::LR &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, tools::wallet2::multisig_info &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, tools::wallet2::multisig_tx_set &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, tools::wallet2::unconfirmed_transfer_details &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, tools::wallet2::confirmed_transfer_details &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, tools::wallet2::payment_details &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, tools::wallet2::pool_payment_details &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, tools::wallet2::address_book_row &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, tools::wallet2::reserve_proof_entry &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, tools::wallet2::unsigned_tx_set &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, tools::wallet2::signed_tx_set &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, tools::wallet2::tx_construction_data &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, tools::wallet2::multisig_sig &x, const boost::serialization::version_type ver) |
| |
| template<class Archive > |
| void | serialize (Archive &a, tools::wallet2::pending_tx &x, const boost::serialization::version_type ver) |
| |