|
BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <fc/io/raw_fwd.hpp>Go to the source code of this file.
Namespaces | |
| fc | |
| fc::raw | |
| std | |
Functions | |
| template<size_t N> | |
| void | fc::to_variant (const zero_initialized_array< unsigned char, N > &bi, variant &v, uint32_t max_depth=1) |
| template<size_t N> | |
| void | fc::from_variant (const variant &v, zero_initialized_array< unsigned char, N > &bi, uint32_t max_depth=1) |
| template<typename Stream , size_t N> | |
| void | fc::raw::pack (Stream &s, const zero_initialized_array< unsigned char, N > &v, uint32_t _max_depth) |
| template<typename Stream , size_t N> | |
| void | fc::raw::unpack (Stream &s, zero_initialized_array< unsigned char, N > &v, uint32_t _max_depth) |
1.8.17