libzypp
13.10.6
|
PublicKeyScanner implementation. More...
Public Types | |
enum | { pNONE, pPUB, pSIG, pFPR, pUID } |
Public Member Functions | |
Impl () | |
void | scan (std::string &line_r, std::list< PublicKeyData > &keys_r) |
Public Attributes | |
std::vector< std::string > | _words |
enum zypp::PublicKeyScanner::Impl:: { ... } | _parseEntry |
bool | _parseOff |
PublicKeyScanner implementation.
Definition at line 171 of file PublicKey.cc.
anonymous enum |
Enumerator | |
---|---|
pNONE | |
pPUB | |
pSIG | |
pFPR | |
pUID |
Definition at line 174 of file PublicKey.cc.
|
inline |
Definition at line 177 of file PublicKey.cc.
|
inline |
Definition at line 182 of file PublicKey.cc.
std::vector<std::string> zypp::PublicKeyScanner::Impl::_words |
Definition at line 173 of file PublicKey.cc.
enum { ... } zypp::PublicKeyScanner::Impl::_parseEntry |
bool zypp::PublicKeyScanner::Impl::_parseOff |
Definition at line 175 of file PublicKey.cc.