#include <iostream>
#include <fstream>
#include <sstream>
#include <boost/tokenizer.hpp>
#include <boost/algorithm/string.hpp>
#include "zypp/base/Logger.h"
#include "zypp/base/PtrTypes.h"
#include "zypp/base/String.h"
#include "zypp/CapFactory.h"
#include "zypp/source/susetags/PatternTagFileParser.h"
#include <boost/regex.hpp>
Go to the source code of this file.
Namespaces | |
namespace | zypp |
namespace | zypp::source |
namespace | zypp::source::susetags |
Defines | |
#define | ZYPP_BASE_LOGGER_LOGGROUP "PatternsTagFileParser" |
Functions | |
Pattern::Ptr | zypp::source::susetags::parsePattern (Source_Ref source_r, const Pathname &file_r) |
returns null if parse fails | |
static void | zypp::source::susetags::parseDeps (const std::list< std::string > &strdeps, Dependencies &deps, Dep deptag, const Resolvable::Kind &kind=ResTraits< Pattern >::kind) |
|
Definition at line 28 of file PatternTagFileParser.cc. |