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

Go to the source code of this file.

Classes

class  fc::fixed_string< Storage >
 

Namespaces

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

Functions

template<typename Stream , typename Storage >
void fc::raw::pack (Stream &s, const fc::fixed_string< Storage > &u)
 
template<typename Stream , typename Storage >
void fc::raw::unpack (Stream &s, fc::fixed_string< Storage > &u)
 
template<typename Storage >
void fc::to_variant (const fixed_string< Storage > &s, variant &v)
 
template<typename Storage >
void fc::from_variant (const variant &v, fixed_string< Storage > &s)