WPILibC++  unspecified
wpi::raw_fd_istream Class Reference
Inheritance diagram for wpi::raw_fd_istream:
Collaboration diagram for wpi::raw_fd_istream:

Public Member Functions

 raw_fd_istream (const llvm::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
 
- Public Member Functions inherited from wpi::raw_istream
raw_istreamread (char &c)
 
raw_istreamread (unsigned char &c)
 
raw_istreamread (signed char &c)
 
raw_istreamread (void *data, size_t len)
 
size_t readsome (void *data, size_t len)
 
llvm::StringRef getline (llvm::SmallVectorImpl< char > &buf, int maxLen)
 
bool has_error () const
 
void clear_error ()
 
 raw_istream (const raw_istream &)=delete
 
raw_istreamoperator= (const raw_istream &)=delete
 

Additional Inherited Members

- Protected Member Functions inherited from wpi::raw_istream
void error_detected ()
 

The documentation for this class was generated from the following files: