libzypp 17.37.17
PurgeKernels.h
Go to the documentation of this file.
1/*---------------------------------------------------------------------\
2| ____ _ __ __ ___ |
3| |__ / \ / / . \ . \ |
4| / / \ V /| _/ _/ |
5| / /__ | | | | | | |
6| /_____||_| |_| |_| |
7| |
8\---------------------------------------------------------------------*/
12
13#include <zypp/Globals.h>
14#include <zypp/PoolItem.h>
15#include <zypp/base/PtrTypes.h>
16
17namespace zypp {
18
19 namespace str {
20 class regex;
21 }
22
28 {
29 public:
31
32
38
43 void setUnameR( const std::string &val );
44 std::string unameR() const;
45
46
51 void setKernelArch( const zypp::Arch &arch );
52 Arch kernelArch() const;
53
64 void setKeepSpec( const std::string &val );
65 std::string keepSpec () const;
66
67 struct Impl;
68 private:
70 };
71
72}
73
Architecture.
Definition Arch.h:37
std::string unameR() const
Arch kernelArch() const
void setKeepSpec(const std::string &val)
std::string keepSpec() const
void setUnameR(const std::string &val)
RW_pointer< Impl > _pimpl
void setKernelArch(const zypp::Arch &arch)
Regular expression.
Definition Regex.h:95
String related utilities and Regular expression matching.
Easy-to use interface to the ZYPP dependency resolver.
const Arch Arch_armv7hnl Arch_armv7nhl ZYPP_API
Definition Arch.h:247
Wrapper for const correct access via Smart pointer types.
Definition PtrTypes.h:293