|
template<typename Stream , typename T , typename... A> |
void | pack (Stream &s, const flat_set< T, A... > &value, uint32_t _max_depth) |
|
template<typename Stream , typename T , typename... A> |
void | unpack (Stream &s, flat_set< T, A... > &value, uint32_t _max_depth) |
|
template<typename Stream , typename K , typename... V> |
void | pack (Stream &s, const flat_map< K, V... > &value, uint32_t _max_depth) |
|
template<typename Stream , typename K , typename V , typename... A> |
void | unpack (Stream &s, flat_map< K, V, A... > &value, uint32_t _max_depth) |
|
template<typename Stream , typename T , typename A > |
void | pack (Stream &s, const bip::vector< T, A > &value, uint32_t _max_depth) |
|
template<typename Stream , typename T , typename A > |
void | unpack (Stream &s, bip::vector< T, A > &value, uint32_t _max_depth) |
|
template<typename Stream , size_t N> |
void | pack (Stream &s, const zero_initialized_array< unsigned char, N > &v, uint32_t _max_depth) |
|
template<typename Stream , size_t N> |
void | unpack (Stream &s, zero_initialized_array< unsigned char, N > &v, uint32_t _max_depth) |
|
template<typename Stream > |
void | unpack (Stream &s, fc::ecc::public_key &pk, uint32_t _max_depth) |
|
template<typename Stream > |
void | pack (Stream &s, const fc::ecc::public_key &pk, uint32_t _max_depth) |
|
template<typename Stream > |
void | unpack (Stream &s, fc::ecc::private_key &pk, uint32_t _max_depth) |
|
template<typename Stream > |
void | pack (Stream &s, const fc::ecc::private_key &pk, uint32_t _max_depth) |
|
template<typename T > |
void | pack (T &ds, const hash160 &ep, uint32_t _max_depth) |
|
template<typename T > |
void | unpack (T &ds, hash160 &ep, uint32_t _max_depth) |
|
template<typename T > |
void | pack (T &ds, const ripemd160 &ep, uint32_t _max_depth) |
|
template<typename T > |
void | unpack (T &ds, ripemd160 &ep, uint32_t _max_depth) |
|
template<typename T > |
void | pack (T &ds, const sha1 &ep, uint32_t _max_depth) |
|
template<typename T > |
void | unpack (T &ds, sha1 &ep, uint32_t _max_depth) |
|
template<typename T > |
void | pack (T &ds, const sha224 &ep, uint32_t _max_depth) |
|
template<typename T > |
void | unpack (T &ds, sha224 &ep, uint32_t _max_depth) |
|
template<typename T > |
void | pack (T &ds, const sha256 &ep, uint32_t _max_depth) |
|
template<typename T > |
void | unpack (T &ds, sha256 &ep, uint32_t _max_depth) |
|
template<typename T > |
void | pack (T &ds, const sha512 &ep, uint32_t _max_depth) |
|
template<typename T > |
void | unpack (T &ds, sha512 &ep, uint32_t _max_depth) |
|
template<typename Stream , typename IntType , typename EnumType > |
void | pack (Stream &s, const fc::enum_type< IntType, EnumType > &tp, uint32_t _max_depth) |
|
template<typename Stream , typename IntType , typename EnumType > |
void | unpack (Stream &s, fc::enum_type< IntType, EnumType > &tp, uint32_t _max_depth) |
|
template<typename Stream , typename Arg0 , typename... Args> |
void | pack (Stream &s, const Arg0 &a0, Args... args, uint32_t _max_depth) |
|
template<typename Stream > |
void | pack (Stream &s, const uint128_t &v, uint32_t _max_depth) |
|
template<typename Stream > |
void | unpack (Stream &s, uint128_t &v, uint32_t _max_depth) |
|
template<typename Stream > |
void | pack (Stream &s, const fc::exception &e, uint32_t _max_depth) |
|
template<typename Stream > |
void | unpack (Stream &s, fc::exception &e, uint32_t _max_depth) |
|
template<typename Stream > |
void | pack (Stream &s, const fc::log_message &msg, uint32_t _max_depth) |
|
template<typename Stream > |
void | unpack (Stream &s, fc::log_message &msg, uint32_t _max_depth) |
|
template<typename Stream > |
void | pack (Stream &s, const fc::path &tp, uint32_t _max_depth) |
|
template<typename Stream > |
void | unpack (Stream &s, fc::path &tp, uint32_t _max_depth) |
|
template<typename Stream > |
void | pack (Stream &s, const fc::time_point_sec &tp, uint32_t _max_depth) |
|
template<typename Stream > |
void | unpack (Stream &s, fc::time_point_sec &tp, uint32_t _max_depth) |
|
template<typename Stream > |
void | pack (Stream &s, const fc::time_point &tp, uint32_t _max_depth) |
|
template<typename Stream > |
void | unpack (Stream &s, fc::time_point &tp, uint32_t _max_depth) |
|
template<typename Stream > |
void | pack (Stream &s, const fc::microseconds &usec, uint32_t _max_depth) |
|
template<typename Stream > |
void | unpack (Stream &s, fc::microseconds &usec, uint32_t _max_depth) |
|
template<typename Stream , size_t N> |
void | pack (Stream &s, const std::array< char, N > &v, uint32_t _max_depth) |
|
template<typename Stream , size_t N> |
void | pack (Stream &s, const std::array< unsigned char, N > &v, uint32_t _max_depth) |
|
template<typename Stream , size_t N> |
void | unpack (Stream &s, std::array< char, N > &v, uint32_t _max_depth) |
|
template<typename Stream , size_t N> |
void | unpack (Stream &s, std::array< unsigned char, N > &v, uint32_t _max_depth) |
|
template<typename Stream , typename T > |
void | pack (Stream &s, const std::shared_ptr< T > &v, uint32_t _max_depth) |
|
template<typename Stream , typename T > |
void | unpack (Stream &s, std::shared_ptr< T > &v, uint32_t _max_depth) |
|
template<typename Stream , typename T > |
void | pack (Stream &s, const std::shared_ptr< const T > &v, uint32_t _max_depth) |
|
template<typename Stream , typename T > |
void | unpack (Stream &s, std::shared_ptr< const T > &v, uint32_t _max_depth) |
|
template<typename Stream > |
void | pack (Stream &s, const unsigned_int &v, uint32_t _max_depth) |
|
template<typename Stream > |
void | unpack (Stream &s, unsigned_int &vi, uint32_t _max_depth) |
|
template<typename Stream , typename T > |
void | unpack (Stream &s, const T &vi, uint32_t _max_depth) |
|
template<typename Stream > |
void | pack (Stream &s, const char *v, uint32_t _max_depth) |
|
template<typename Stream , typename T > |
void | pack (Stream &s, const safe< T > &v, uint32_t _max_depth) |
|
template<typename Stream , typename T > |
void | unpack (Stream &s, fc::safe< T > &v, uint32_t _max_depth) |
|
template<typename Stream , typename T , unsigned int S, typename Align > |
void | pack (Stream &s, const fc::fwd< T, S, Align > &v, uint32_t _max_depth) |
|
template<typename Stream , typename T , unsigned int S, typename Align > |
void | unpack (Stream &s, fc::fwd< T, S, Align > &v, uint32_t _max_depth) |
|
template<typename Stream , typename T > |
void | pack (Stream &s, const fc::optional< T > &v, uint32_t _max_depth) |
|
template<typename Stream , typename T > |
void | unpack (Stream &s, fc::optional< T > &v, uint32_t _max_depth) |
|
template<typename Stream > |
void | pack (Stream &s, const std::vector< char > &value, uint32_t _max_depth) |
|
template<typename Stream > |
void | unpack (Stream &s, std::vector< char > &value, uint32_t _max_depth) |
|
template<typename Stream > |
void | pack (Stream &s, const std::string &v, uint32_t _max_depth) |
|
template<typename Stream > |
void | unpack (Stream &s, std::string &v, uint32_t _max_depth) |
|
template<typename Stream > |
void | pack (Stream &s, const bool &v, uint32_t _max_depth) |
|
template<typename Stream > |
void | unpack (Stream &s, bool &v, uint32_t _max_depth) |
|
template<typename Stream , typename T > |
void | pack (Stream &s, const std::unordered_set< T > &value, uint32_t _max_depth) |
|
template<typename Stream , typename T > |
void | unpack (Stream &s, std::unordered_set< T > &value, uint32_t _max_depth) |
|
template<typename Stream , typename K , typename V > |
void | pack (Stream &s, const std::pair< K, V > &value, uint32_t _max_depth) |
|
template<typename Stream , typename K , typename V > |
void | unpack (Stream &s, std::pair< K, V > &value, uint32_t _max_depth) |
|
template<typename Stream , typename K , typename V > |
void | pack (Stream &s, const std::unordered_map< K, V > &value, uint32_t _max_depth) |
|
template<typename Stream , typename K , typename V > |
void | unpack (Stream &s, std::unordered_map< K, V > &value, uint32_t _max_depth) |
|
template<typename Stream , typename K , typename... V> |
void | pack (Stream &s, const std::map< K, V... > &value, uint32_t _max_depth) |
|
template<typename Stream , typename K , typename V , typename... A> |
void | unpack (Stream &s, std::map< K, V, A... > &value, uint32_t _max_depth) |
|
template<typename Stream , typename T > |
void | pack (Stream &s, const std::deque< T > &value, uint32_t _max_depth) |
|
template<typename Stream , typename T > |
void | unpack (Stream &s, std::deque< T > &value, uint32_t _max_depth) |
|
template<typename Stream , typename T > |
void | pack (Stream &s, const std::vector< T > &value, uint32_t _max_depth) |
|
template<typename Stream , typename T > |
void | unpack (Stream &s, std::vector< T > &value, uint32_t _max_depth) |
|
template<typename Stream , typename T > |
void | pack (Stream &s, const std::set< T > &value, uint32_t _max_depth) |
|
template<typename Stream , typename T > |
void | unpack (Stream &s, std::set< T > &value, uint32_t _max_depth) |
|
template<typename Stream , boost::endian::order O, class T , std::size_t N, boost::endian::align A> |
void | pack (Stream &s, const boost::endian::endian_buffer< O, T, N, A > &v, uint32_t _max_depth) |
|
template<typename Stream , boost::endian::order O, class T , std::size_t N, boost::endian::align A> |
void | unpack (Stream &s, boost::endian::endian_buffer< O, T, N, A > &v, uint32_t _max_depth) |
|
template<typename Stream , typename T > |
void | pack (Stream &s, const T &v, uint32_t _max_depth) |
|
template<typename Stream , typename T > |
void | unpack (Stream &s, T &v, uint32_t _max_depth) |
|
template<typename T > |
size_t | pack_size (const T &v) |
|
template<typename T > |
std::vector< char > | pack (const T &v, uint32_t _max_depth) |
|
template<typename T , typename... Next> |
std::vector< char > | pack (const T &v, Next... next, uint32_t _max_depth) |
|
template<typename T > |
T | unpack (const std::vector< char > &s, uint32_t _max_depth) |
|
template<typename T > |
void | unpack (const std::vector< char > &s, T &tmp, uint32_t _max_depth) |
|
template<typename T > |
void | pack (char *d, uint32_t s, const T &v, uint32_t _max_depth) |
|
template<typename T > |
T | unpack (const char *d, uint32_t s, uint32_t _max_depth) |
|
template<typename T > |
void | unpack (const char *d, uint32_t s, T &v, uint32_t _max_depth) |
|
template<typename Stream , typename... T> |
void | pack (Stream &s, const static_variant< T... > &sv, uint32_t _max_depth) |
|
template<typename Stream , typename... T> |
void | unpack (Stream &s, static_variant< T... > &sv, uint32_t _max_depth) |
|
template<typename Stream > |
void | pack (Stream &s, const variant_object &v, uint32_t _max_depth=FC_PACK_MAX_DEPTH) |
|
template<typename Stream > |
void | unpack (Stream &s, variant_object &v, uint32_t _max_depth=FC_PACK_MAX_DEPTH) |
|
template<typename Stream > |
void | pack (Stream &s, const variant &v, uint32_t _max_depth=FC_PACK_MAX_DEPTH) |
|
template<typename Stream > |
void | unpack (Stream &s, variant &v, uint32_t _max_depth=FC_PACK_MAX_DEPTH) |
|
template<typename Stream > |
void | pack (Stream &s, const ip::endpoint &v, uint32_t _max_depth=FC_PACK_MAX_DEPTH) |
|
template<typename Stream > |
void | unpack (Stream &s, ip::endpoint &v, uint32_t _max_depth=FC_PACK_MAX_DEPTH) |
|
template<typename Stream > |
void | unpack (Stream &s, fc::sha224 &, uint32_t _max_depth=FC_PACK_MAX_DEPTH) |
|
template<typename Stream > |
void | pack (Stream &s, const fc::sha224 &, uint32_t _max_depth=FC_PACK_MAX_DEPTH) |
|
template<typename Stream > |
void | unpack (Stream &s, fc::sha256 &, uint32_t _max_depth=FC_PACK_MAX_DEPTH) |
|
template<typename Stream > |
void | pack (Stream &s, const fc::sha256 &, uint32_t _max_depth=FC_PACK_MAX_DEPTH) |
|
template<typename Stream > |
void | unpack (Stream &s, fc::sha512 &, uint32_t _max_depth=FC_PACK_MAX_DEPTH) |
|
template<typename Stream > |
void | pack (Stream &s, const fc::sha512 &, uint32_t _max_depth=FC_PACK_MAX_DEPTH) |
|
template<typename Stream > |
void | unpack (Stream &s, fc::ripemd160 &, uint32_t _max_depth=FC_PACK_MAX_DEPTH) |
|
template<typename Stream > |
void | pack (Stream &s, const fc::ripemd160 &, uint32_t _max_depth=FC_PACK_MAX_DEPTH) |
|
template<typename Stream , typename T , size_t N> |
void | pack (Stream &s, const std::array< T, N > &v, uint32_t _max_depth)=delete |
|
template<typename Stream , typename T , size_t N> |
void | unpack (Stream &s, std::array< T, N > &v, uint32_t _max_depth)=delete |
|
template<typename Stream > |
void | pack (Stream &s, const ip::address &v, uint32_t _max_depth=FC_PACK_MAX_DEPTH) |
|
template<typename Stream > |
void | unpack (Stream &s, ip::address &v, uint32_t _max_depth=FC_PACK_MAX_DEPTH) |
|
template<typename Stream , typename T > |
void | pack (Stream &stream, const graphene::protocol::extension< T > &value, uint32_t _max_depth=FC_PACK_MAX_DEPTH) |
|
template<typename Stream , typename T > |
void | unpack (Stream &s, graphene::protocol::extension< T > &value, uint32_t _max_depth=FC_PACK_MAX_DEPTH) |
|
template void | pack (datastream< size_t > &s, const graphene::protocol::pts_address &tx, uint32_t _max_depth) |
|
template void | pack (datastream< char * > &s, const graphene::protocol::pts_address &tx, uint32_t _max_depth) |
|
template void | unpack (datastream< const char * > &s, graphene::protocol::pts_address &tx, uint32_t _max_depth) |
|
template void | pack (datastream< size_t > &s, const graphene::protocol::public_key_type &tx, uint32_t _max_depth=FC_PACK_MAX_DEPTH) |
|
template void | pack (datastream< char * > &s, const graphene::protocol::public_key_type &tx, uint32_t _max_depth=FC_PACK_MAX_DEPTH) |
|
template void | unpack (datastream< const char * > &s, graphene::protocol::public_key_type &tx, uint32_t _max_depth=FC_PACK_MAX_DEPTH) |
|