Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
container_detail.hpp File Reference
#include <fc/variant.hpp>
#include <fc/io/raw_fwd.hpp>
Include dependency graph for container_detail.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  fc
 namespace sysio::chain
 
namespace  fc::raw
 
namespace  fc::raw::detail
 
namespace  fc::detail
 

Functions

template<template< typename... > class Set, typename Stream , typename T , typename... U>
void fc::raw::detail::pack_set (Stream &s, const Set< T, U... > &value)
 
template<template< typename... > class Set, typename Stream , typename T , typename... U>
void fc::raw::detail::unpack_set (Stream &s, Set< T, U... > &value)
 
template<template< typename... > class Set, typename Stream , typename T , typename... U>
void fc::raw::detail::unpack_flat_set (Stream &s, Set< T, U... > &value)
 
template<template< typename... > class Map, typename Stream , typename K , typename V , typename... U>
void fc::raw::detail::pack_map (Stream &s, const Map< K, V, U... > &value)
 
template<template< typename... > class Map, typename Stream , typename K , typename V , typename... U>
void fc::raw::detail::unpack_map (Stream &s, Map< K, V, U... > &value)
 
template<template< typename... > class Map, typename Stream , typename K , typename V , typename... U>
void fc::raw::detail::unpack_flat_map (Stream &s, Map< K, V, U... > &value)
 
template<template< typename... > class Set, typename T , typename... U>
void fc::detail::to_variant_from_set (const Set< T, U... > &s, fc::variant &vo)
 
template<template< typename... > class Set, typename T , typename... U>
void fc::detail::from_variant_to_set (const fc::variant &v, Set< T, U... > &s)
 
template<template< typename... > class Set, typename T , typename... U>
void fc::detail::from_variant_to_flat_set (const fc::variant &v, Set< T, U... > &s)
 
template<template< typename... > class Map, typename K , typename V , typename... U>
void fc::detail::to_variant_from_map (const Map< K, V, U... > &m, fc::variant &vo)
 
template<template< typename... > class Map, typename K , typename V , typename... U>
void fc::detail::from_variant_to_map (const variant &v, Map< K, V, U... > &m)
 
template<template< typename... > class Map, typename K , typename V , typename... U>
void fc::detail::from_variant_to_flat_map (const variant &v, Map< K, V, U... > &m)