|
| raw_fd_istream (const Twine &filename, std::error_code &ec, size_t bufSize=4096) |
|
| raw_fd_istream (int fd, bool shouldClose, size_t bufSize=4096) |
|
void | close () override |
|
size_t | in_avail () const override |
|
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) |
|
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 |
|
|
void | error_detected () |
|
void | set_read_count (size_t count) |
|
The documentation for this class was generated from the following files:
- build/cppSource/wpiutil-cpp/headers/wpi/raw_istream.h
- build/cppSource/wpiutil-cpp/sources/raw_istream.cpp