|
libzypp
17.7.0
|
#include <ResourceType.h>
Public Types | |
| enum | Type { NONE_e, REPOMD_e, PRIMARY_e, OTHER_e, FILELISTS_e, GROUP_e, PATCHES_e, PATCH_e, PRODUCT_e, PATTERNS_e, PRIMARY_DB_e, OTHER_DB_e } |
Public Member Functions | |
| ResourceType (Type type) | |
| ResourceType (const std::string &strval_r) | |
| Type | toEnum () const |
| ResourceType::Type | parse (const std::string &strval_r) |
| const std::string & | asString () const |
Public Attributes | |
| Type | _type |
Static Public Attributes | |
| static const ResourceType | NONE |
| static const ResourceType | REPOMD |
| static const ResourceType | PRIMARY |
| static const ResourceType | OTHER |
| static const ResourceType | FILELISTS |
| static const ResourceType | GROUP |
| static const ResourceType | PATCHES |
| static const ResourceType | PATCH |
| static const ResourceType | PRODUCT |
| static const ResourceType | PATTERNS |
| static const ResourceType | PRIMARY_DB |
| static const ResourceType | OTHER_DB |
Definition at line 27 of file ResourceType.h.
| Enumerator | |
|---|---|
| NONE_e | |
| REPOMD_e | |
| PRIMARY_e | |
| OTHER_e | |
| FILELISTS_e | |
| GROUP_e | |
| PATCHES_e | |
| PATCH_e | |
| PRODUCT_e | |
| PATTERNS_e | |
| PRIMARY_DB_e | |
| OTHER_DB_e | |
Definition at line 43 of file ResourceType.h.
|
inline |
Definition at line 59 of file ResourceType.h.
|
explicit |
Definition at line 38 of file ResourceType.cc.
|
inline |
Definition at line 63 of file ResourceType.h.
| ResourceType::Type zypp::repo::yum::ResourceType::parse | ( | const std::string & | strval_r | ) |
Definition at line 42 of file ResourceType.cc.
| const std::string & zypp::repo::yum::ResourceType::asString | ( | ) | const |
Definition at line 71 of file ResourceType.cc.
|
static |
Definition at line 29 of file ResourceType.h.
|
static |
Definition at line 30 of file ResourceType.h.
|
static |
Definition at line 31 of file ResourceType.h.
|
static |
Definition at line 32 of file ResourceType.h.
|
static |
Definition at line 33 of file ResourceType.h.
|
static |
Definition at line 34 of file ResourceType.h.
|
static |
Definition at line 35 of file ResourceType.h.
|
static |
Definition at line 36 of file ResourceType.h.
|
static |
Definition at line 37 of file ResourceType.h.
|
static |
Definition at line 38 of file ResourceType.h.
|
static |
Definition at line 40 of file ResourceType.h.
|
static |
Definition at line 41 of file ResourceType.h.
| Type zypp::repo::yum::ResourceType::_type |
Definition at line 69 of file ResourceType.h.