#include <iostream>
#include <set>
#include <map>
#include "zypp/base/LogTools.h"
#include "zypp/base/String.h"
#include "zypp/VendorAttr.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::trusted (const Vendor &vendor_r) |
Variables | |
TrustMap | zypp::_trustMap |
VendorList | zypp::_trustedVendors |
|
Definition at line 31 of file VendorAttr.cc. |