libzypp 9.41.1
|
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 |
PublicKeyScanner implementation.
Definition at line 171 of file PublicKey.cc.
anonymous enum |
Definition at line 174 of file PublicKey.cc.
zypp::PublicKeyScanner::Impl::Impl | ( | ) | [inline] |
Definition at line 176 of file PublicKey.cc.
void zypp::PublicKeyScanner::Impl::scan | ( | std::string & | line_r, |
std::list< PublicKeyData > & | keys_r | ||
) | [inline] |
Definition at line 180 of file PublicKey.cc.
References _parseEntry, _words, DOTEST, pFPR, pNONE, pPUB, pSIG, pUID, zypp::str::replaceAll(), and zypp::str::splitFields().
std::vector<std::string> zypp::PublicKeyScanner::Impl::_words |
Definition at line 173 of file PublicKey.cc.
Referenced by scan().
enum { ... } zypp::PublicKeyScanner::Impl::_parseEntry |
Referenced by scan().