17#include <zypp-media/MediaException>
59 std::vector<std::string> list;
60 std::vector<std::string>::const_iterator
it;
65 for(
it = list.begin();
it != list.end(); ++
it)
84 (*
it ==
"spnego" || *
it ==
"negotiate"))
91 (*
it ==
"gssnego" || *
it ==
"negotiate"))
Reference counted access to a Tp object calling a custom Dispose function when the last AutoDispose h...
String related utilities and Regular expression matching.
std::string join(TIterator begin, TIterator end, const C_Str &sep_r=" ")
Join strings using separator sep_r (defaults to BLANK).
unsigned split(const C_Str &line_r, TOutputIterator result_r, const C_Str &sepchars_r=" \t", const Trim trim_r=NO_TRIM)
Split line_r into words.
#define ZYPP_THROW(EXCPT)
Drops a logline and throws the Exception.