CertificateStore::ConstIterator Class Reference

#include <Pt/Ssl/CertificateStore.h>

Iterator to a certificate in the store.

Public Member Functions

 ConstIterator ()
 Default constructor.
 ConstIterator (const ConstIterator &other)
 Copy constructor.
ConstIteratoroperator= (const ConstIterator &other)
 Assignment operator.
ConstIteratoroperator++ ()
 Advance iterator position.
const Certificateoperator* () const
 Access value.
const Certificateoperator-> () const
 Access value.
bool operator!= (const ConstIterator &other) const
 Comparison operator.
bool operator== (const ConstIterator &other) const
 Comparison operator.