kleopatra
|
template<typename T > |
bool | all_protocol (const T &t, GpgME::Protocol proto) |
|
template<typename T > |
bool | all_secret (const T &t) |
|
template<typename T > |
bool | any_protocol (const T &t, GpgME::Protocol proto) |
|
template<typename T > |
bool | any_secret (const T &t) |
|
static qulonglong | assuanFD2int (assuan_fd_t fd) |
|
template<typename T > |
void | grep_can_encrypt (T &t) |
|
template<typename T > |
void | grep_protocol (T &t, GpgME::Protocol proto) |
|
template<typename T > |
void | grep_secret (T &t) |
|
| make_comparator_str_fast (ByFingerprint,.primaryFingerprint()) |
|
| make_comparator_str_fast (ByKeyID,.keyID()) |
|
| make_comparator_str_fast (ByShortKeyID,.shortKeyID()) |
|
| make_comparator_str_fast (ByChainID,.chainID()) |
|
int | mystrcmp (const char *s1, const char *s2) |
|
template<typename T > |
bool | none_of_protocol (const T &t, GpgME::Protocol proto) |
|
template<typename T > |
bool | none_of_secret (const T &t) |
|
template<typename T > |
void | remove_duplicates_by_fpr (T &t) |
|
template<typename T > |
void | sort_by_fpr (T &t) |
|
static assuan_fd_t | translate_libc2sys_fd (int fd) |
|
static int | translate_sys2libc_fd (assuan_fd_t fd, bool for_write) |
|
template<typename T > |
T | union_by_fpr (const T &t1, const T &t2) |
|
template<typename T > |
T | union_by_fpr_dirty (const T &t1, const T &t2) |
|
template<typename T >
bool Kleo::_detail::all_protocol |
( |
const T & |
t, |
|
|
GpgME::Protocol |
proto |
|
) |
| |
template<typename T >
bool Kleo::_detail::all_secret |
( |
const T & |
t | ) |
|
template<typename T >
bool Kleo::_detail::any_protocol |
( |
const T & |
t, |
|
|
GpgME::Protocol |
proto |
|
) |
| |
template<typename T >
bool Kleo::_detail::any_secret |
( |
const T & |
t | ) |
|
static qulonglong Kleo::_detail::assuanFD2int |
( |
assuan_fd_t |
fd | ) |
|
|
inlinestatic |
template<typename T >
void Kleo::_detail::grep_can_encrypt |
( |
T & |
t | ) |
|
template<typename T >
void Kleo::_detail::grep_protocol |
( |
T & |
t, |
|
|
GpgME::Protocol |
proto |
|
) |
| |
template<typename T >
void Kleo::_detail::grep_secret |
( |
T & |
t | ) |
|
Kleo::_detail::make_comparator_str_fast |
( |
ByFingerprint |
, |
|
|
. |
primaryFingerprint() |
|
) |
| |
Kleo::_detail::make_comparator_str_fast |
( |
ByKeyID |
, |
|
|
. |
keyID() |
|
) |
| |
Kleo::_detail::make_comparator_str_fast |
( |
ByShortKeyID |
, |
|
|
. |
shortKeyID() |
|
) |
| |
Kleo::_detail::make_comparator_str_fast |
( |
ByChainID |
, |
|
|
. |
chainID() |
|
) |
| |
int Kleo::_detail::mystrcmp |
( |
const char * |
s1, |
|
|
const char * |
s2 |
|
) |
| |
|
inline |
template<typename T >
bool Kleo::_detail::none_of_protocol |
( |
const T & |
t, |
|
|
GpgME::Protocol |
proto |
|
) |
| |
template<typename T >
bool Kleo::_detail::none_of_secret |
( |
const T & |
t | ) |
|
template<typename T >
void Kleo::_detail::remove_duplicates_by_fpr |
( |
T & |
t | ) |
|
template<typename T >
void Kleo::_detail::sort_by_fpr |
( |
T & |
t | ) |
|
static assuan_fd_t Kleo::_detail::translate_libc2sys_fd |
( |
int |
fd | ) |
|
|
inlinestatic |
static int Kleo::_detail::translate_sys2libc_fd |
( |
assuan_fd_t |
fd, |
|
|
bool |
for_write |
|
) |
| |
|
inlinestatic |
template<typename T >
T Kleo::_detail::union_by_fpr |
( |
const T & |
t1, |
|
|
const T & |
t2 |
|
) |
| |
template<typename T >
T Kleo::_detail::union_by_fpr_dirty |
( |
const T & |
t1, |
|
|
const T & |
t2 |
|
) |
| |
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:12 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.