32 #include <boost/serialization/serialization.hpp> 33 #include <boost/serialization/version.hpp> 61 return out << subaddr_index.
major <<
'/' << subaddr_index.
minor;
73 if (
sizeof(
size_t) == 8)
95 template <
class Archive>
size_t operator()(const cryptonote::subaddress_index &index) const
#define KV_SERIALIZE(varialble)
bool operator!=(const subaddress_index &rhs) const
#define END_SERIALIZE()
self-explanatory
Holds cryptonote related classes and helpers.
void serialize(Archive &a, unsigned_tx_set &x, const boost::serialization::version_type ver)
unsigned __int64 uint64_t
#define BEGIN_SERIALIZE_OBJECT()
begins the environment of the DSL for described the serialization of an object
BOOST_CLASS_VERSION(nodetool::node_server< cryptonote::t_cryptonote_protocol_handler< tests::proxy_core > >, 1)
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a
std::ostream & operator<<(std::ostream &out, const cryptonote::subaddress_index &subaddr_index)
#define END_KV_SERIALIZE_MAP()
#define FIELD(f)
tags the field with the variable name and then serializes it
bool operator==(const subaddress_index &rhs) const
#define BEGIN_KV_SERIALIZE_MAP()