libzypp
17.24.2
|
#include <cstdio>
#include <cstdarg>
#include <iostream>
#include <zypp/base/String.h>
#include <zypp/base/LogTools.h>
#include <zypp/TriBool.h>
Go to the source code of this file.
Namespaces | |
zypp | |
Easy-to use interface to the ZYPP dependency resolver. | |
zypp::str | |
String related utilities and Regular expression matching. | |
Macros | |
#define | RXSPECIALCHARS "\\.*+?^$[()|{" |
Functions | |
std::string | zypp::str::form (const char *format,...) __attribute__((format(printf |
Printf style construction of std::string. More... | |
std::string | zypp::str::strerror (int errno_r) |
Return string describing the error_r code. More... | |