BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <datastream.hpp>
Public Member Functions | |
datastream (size_t init_size=0) | |
bool | skip (size_t s) |
bool | write (const char *, size_t s) |
bool | put (char) |
bool | valid () const |
bool | seekp (size_t p) |
size_t | tellp () const |
size_t | remaining () const |
Definition at line 77 of file datastream.hpp.
|
inline |
Definition at line 79 of file datastream.hpp.
|
inline |
Definition at line 82 of file datastream.hpp.
|
inline |
Definition at line 86 of file datastream.hpp.
|
inline |
Definition at line 84 of file datastream.hpp.
|
inline |
Definition at line 80 of file datastream.hpp.
|
inline |
Definition at line 85 of file datastream.hpp.
|
inline |
Definition at line 83 of file datastream.hpp.
|
inline |
Definition at line 81 of file datastream.hpp.