WPILibC++
2019.1.1-beta-1-4-ga8aacd3
|
Public Member Functions | |
raw_istream & | read (char &c) |
raw_istream & | read (unsigned char &c) |
raw_istream & | read (signed char &c) |
raw_istream & | read (void *data, size_t len) |
size_t | readsome (void *data, size_t len) |
raw_istream & | readinto (SmallVectorImpl< char > &buf, size_t len) |
raw_istream & | readinto (SmallVectorImpl< uint8_t > &buf, size_t len) |
raw_istream & | readinto (std::vector< char > &buf, size_t len) |
raw_istream & | readinto (std::vector< uint8_t > &buf, size_t len) |
raw_istream & | readinto (std::string &buf, size_t len) |
StringRef | getline (SmallVectorImpl< char > &buf, int maxLen) |
virtual void | close ()=0 |
virtual size_t | in_avail () const =0 |
size_t | read_count () const |
bool | has_error () const |
void | clear_error () |
raw_istream (const raw_istream &)=delete | |
raw_istream & | operator= (const raw_istream &)=delete |
Protected Member Functions | |
void | error_detected () |
void | set_read_count (size_t count) |