#include <iostream>#include <fstream>#include <set>#include <map>#include "zypp/base/LogTools.h"#include "zypp/base/IOStream.h"#include "zypp/base/String.h"#include "zypp/PathInfo.h"#include "zypp/VendorAttr.h"#include "zypp/ZYppFactory.h"#include "zypp/ZConfig.h"Go to the source code of this file.
Namespaces | |
| namespace | zypp |
Defines | |
| #define | ZYPP_BASE_LOGGER_LOGGROUP "zypp::VendorAttr" |
Typedefs | |
| typedef std::map < Vendor, bool > | zypp::TrustMap |
| typedef std::set < std::string > | zypp::VendorList |
Functions | |
| bool | zypp::addTrustedVendor (const std::string &str_r) |
| bool | zypp::trusted (const Vendor &vendor_r) |
| bool | zypp::hasLcPrefix (const std::string &str_r, const std::string &pref_r) |
| Helper: Lowercase prefix. | |
| bool | zypp::isSUSE (const Vendor &vnd_r) |
| Helper: SuSE and equivalent vendors. | |
Variables | |
| TrustMap | zypp::_trustMap |
| VendorList | zypp::_trustedVendors |
| #define ZYPP_BASE_LOGGER_LOGGROUP "zypp::VendorAttr" |
Definition at line 37 of file VendorAttr.cc.
1.5.3