BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <stdio.hpp>
Public Member Functions | |
virtual size_t | writesome (const char *buf, size_t len) |
virtual size_t | writesome (const std::shared_ptr< const char > &buf, size_t len, size_t offset) |
virtual void | close () |
virtual void | flush () |
Public Member Functions inherited from fc::ostream | |
virtual | ~ostream () |
void | put (char c) |
ostream & | write (const char *buf, size_t len) |
ostream & | write (const std::shared_ptr< const char > &buf, size_t len, size_t offset=0) |
|
virtual |
Implements fc::ostream.
Definition at line 94 of file iostream.cpp.
|
virtual |
Implements fc::ostream.
Definition at line 95 of file iostream.cpp.
|
virtual |
Implements fc::ostream.
Definition at line 92 of file iostream.cpp.
|
virtual |
Implements fc::ostream.
Definition at line 93 of file iostream.cpp.