libzypp  17.24.2
String.cc File Reference
#include <cstdio>
#include <cstdarg>
#include <iostream>
#include <zypp/base/String.h>
#include <zypp/base/LogTools.h>
#include <zypp/TriBool.h>
Include dependency graph for String.cc:

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...
 

Macro Definition Documentation

◆ RXSPECIALCHARS

#define RXSPECIALCHARS   "\\.*+?^$[()|{"

Definition at line 414 of file String.cc.