#include <zypp-core/base/filestreambuf.h>
Definition at line 18 of file filestreambuf.h.
 
◆ FdStreamBufImpl()
  
  | 
        
          | zypp::detail::FdStreamBufImpl::FdStreamBufImpl | ( |  | ) |  |  | inline | 
 
 
◆ ~FdStreamBufImpl()
  
  | 
        
          | zypp::detail::FdStreamBufImpl::~FdStreamBufImpl | ( |  | ) |  |  | inline | 
 
 
◆ disableAutoClose()
      
        
          | void zypp::detail::FdStreamBufImpl::disableAutoClose | ( |  | ) |  | 
      
 
 
◆ isOpen()
  
  | 
        
          | bool zypp::detail::FdStreamBufImpl::isOpen | ( |  | ) | const |  | inline | 
 
 
◆ canRead()
  
  | 
        
          | bool zypp::detail::FdStreamBufImpl::canRead | ( |  | ) | const |  | inline | 
 
 
◆ canWrite()
  
  | 
        
          | bool zypp::detail::FdStreamBufImpl::canWrite | ( |  | ) | const |  | inline | 
 
 
◆ canSeek()
  
  | 
        
          | bool zypp::detail::FdStreamBufImpl::canSeek | ( | std::ios_base::seekdir | way_r | ) | const |  | inline | 
 
 
◆ readData()
      
        
          | std::streamsize zypp::detail::FdStreamBufImpl::readData | ( | char * | buffer_r, | 
        
          |  |  | std::streamsize | maxcount_r ) | 
      
 
 
◆ writeData()
      
        
          | bool zypp::detail::FdStreamBufImpl::writeData | ( | const char * | buffer_r, | 
        
          |  |  | std::streamsize | count_r ) | 
      
 
 
◆ seekTo()
  
  | 
        
          | off_t zypp::detail::FdStreamBufImpl::seekTo | ( | off_t | off_r, |  
          |  |  | std::ios_base::seekdir | way_r, |  
          |  |  | std::ios_base::openmode | omode_r ) |  | inline | 
 
 
◆ tell()
  
  | 
        
          | off_t zypp::detail::FdStreamBufImpl::tell | ( |  | ) | const |  | inline | 
 
 
◆ openImpl()
  
  | 
        
          | bool zypp::detail::FdStreamBufImpl::openImpl | ( | int | fd, |  
          |  |  | std::ios_base::openmode | mode_r ) |  | protected | 
 
 
◆ closeImpl()
  
  | 
        
          | bool zypp::detail::FdStreamBufImpl::closeImpl | ( |  | ) |  |  | protected | 
 
 
◆ _fd
◆ _mode
  
  | 
        
          | std::ios_base::openmode zypp::detail::FdStreamBufImpl::_mode = std::ios_base::openmode(0) |  | private | 
 
 
The documentation for this class was generated from the following files: