|
libzypp
17.25.7
|


Go to the source code of this file.
Classes | |
| class | zypp::io::TimeoutException |
Namespaces | |
| zypp | |
| Easy-to use interface to the ZYPP dependency resolver. | |
| zypp::io | |
Typedefs | |
| using | zypp::io::timeout_type = size_t |
Enumerations | |
| enum class | zypp::io::BlockingMode { zypp::io::FailedToSetMode = -1 , zypp::io::WasBlocking , zypp::io::WasNonBlocking } |
| enum | zypp::io::ReceiveUpToResult { zypp::io::Success , zypp::io::Timeout , zypp::io::EndOfFile , zypp::io::Error } |
Functions | |
| BlockingMode | zypp::io::setFILEBlocking (FILE *file, bool mode=true) |
| Enables or disabled non blocking mode on a file descriptor. More... | |
| std::pair< ReceiveUpToResult, std::string > | zypp::io::receiveUpto (FILE *file, char c, timeout_type timeout, bool failOnUnblockError) |
Variables | |
| static const timeout_type | zypp::io::no_timeout = static_cast<timeout_type>(-1) |