libzypp 17.38.8
StringV.cc File Reference
#include <iostream>
#include <zypp-core/base/StringV.h>
Include dependency graph for StringV.cc:

Go to the source code of this file.

Namespaces

namespace  zypp
 Easy-to use interface to the ZYPP dependency resolver.
namespace  zypp::strv
namespace  zypp::strv::detail

Functions

unsigned zypp::strv::detail::_splitSimple (std::string_view line_r, const WordConsumer &fnc_r)
 split working horse for empty sep_r case.
std::string zypp::strv::doBSEscape (std::string_view word_r, std::string_view special_r)
std::string zypp::strv::unBSEscape (std::string_view word_r)
std::vector< std::string > zypp::strv::unBSEscape (const std::vector< std::string_view > &words_r)
std::vector< std::string_view > zypp::strv::splitBSEscaped (std::string_view line_r, std::string_view chars_r, unsigned maxSplits_r)