#include <Pt/Ssl/CertificateStore.h>
Iterator to a certificate in the store.
Public Member Functions | |
ConstIterator () | |
Default constructor. | |
ConstIterator (const ConstIterator &other) | |
Copy constructor. | |
bool | operator!= (const ConstIterator &other) const |
Comparison operator. | |
const Certificate & | operator* () const |
Access value. | |
ConstIterator & | operator++ () |
Advance iterator position. | |
const Certificate * | operator-> () const |
Access value. | |
ConstIterator & | operator= (const ConstIterator &other) |
Assignment operator. | |
bool | operator== (const ConstIterator &other) const |
Comparison operator. | |