libzypp 17.38.6
cpeid.h
Go to the documentation of this file.
1/*---------------------------------------------------------------------\
2| ____ _ __ __ ___ |
3| |__ / \ / / . \ . \ |
4| / / \ V /| _/ _/ |
5| / /__ | | | | | | |
6| /_____||_| |_| |_| |
7| |
8\---------------------------------------------------------------------*/
9// Automatically generated wrapper for zypp/CpeId.h
10// Source Namespace: zypp -> Target Namespace: zyppng
11#ifndef CPEID_H_ZYPPNG_WRAPPER_H
12#define CPEID_H_ZYPPNG_WRAPPER_H
13
14#include <zypp/CpeId.h>
15
16namespace zyppng
17{
18 using ::zypp::CpeId;
19 using ::zypp::operator<<;
20} // namespace zyppng
21#endif // CPEID_H_ZYPPNG_WRAPPER_H
Common Platform Enumearation (2.3) See http://cpe.mitre.org/ for more information on the Common Platf...
Definition CpeId.h:33