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.
 
bool operator!= (const ConstIterator &other) const
 Comparison operator.
 
const Certificateoperator* () const
 Access value.
 
ConstIteratoroperator++ ()
 Advance iterator position.
 
const Certificateoperator-> () const
 Access value.
 
ConstIteratoroperator= (const ConstIterator &other)
 Assignment operator.
 
bool operator== (const ConstIterator &other) const
 Comparison operator.