BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <stdio.hpp>
Public Member Functions | |
~cin_t () | |
virtual size_t | readsome (char *buf, size_t len) |
virtual size_t | readsome (const std::shared_ptr< char > &buf, size_t len, size_t offset) |
virtual istream & | read (char *buf, size_t len) |
virtual bool | eof () const |
![]() | |
virtual | ~istream () |
istream & | read (char *buf, size_t len) |
istream & | read (const std::shared_ptr< char > &buf, size_t len, size_t offset=0) |
virtual char | get () |
void | get (char &c) |
fc::cin_t::~cin_t | ( | ) |
Definition at line 128 of file iostream.cpp.
|
virtual |
Definition at line 169 of file iostream.cpp.
|
virtual |
Definition at line 136 of file iostream.cpp.
|
virtual |
read at least 1 byte or throw, if no data is available this method should block cooperatively until data is available or fc::eof is thrown.
fc::eof | if at least 1 byte cannot be read |
Implements fc::istream.
Definition at line 103 of file iostream.cpp.
|
virtual |
Implements fc::istream.
Definition at line 126 of file iostream.cpp.