Wire Sysio Wire Sysion 1.0.0
|
#include <snapshot.hpp>
Public Member Functions | |
ostream_wrapper (std::ostream &s) | |
ostream_wrapper (ostream_wrapper &&)=default | |
ostream_wrapper (const ostream_wrapper &)=default | |
auto & | write (const char *d, size_t s) |
auto & | put (char c) |
auto | tellp () const |
auto & | seekp (std::ostream::pos_type p) |
Public Attributes | |
std::ostream & | inner |
Due to a pattern in our code of overloading operator << ( std::ostream&, ... )
to provide human-readable string forms of data, we cannot directly use ostream as those operators will be used instead of the expected operators. In otherwords: fc::raw::pack(fc::datastream...) will end up calling very different operators than fc::raw::pack(std::ostream...)
Definition at line 42 of file snapshot.hpp.
|
inlineexplicit |
Definition at line 43 of file snapshot.hpp.
|
default |
|
default |
|
inline |
Definition at line 55 of file snapshot.hpp.
|
inline |
|
inline |
Definition at line 59 of file snapshot.hpp.
|
inline |
Definition at line 51 of file snapshot.hpp.
std::ostream& sysio::chain::detail::ostream_wrapper::inner |
Definition at line 67 of file snapshot.hpp.