xapian-core  2.0.0
Public Member Functions | Private Attributes | List of all members
Resolver::const_iterator Class Reference

#include <resolver.h>

Public Member Functions

 const_iterator (struct addrinfo *p_)
 
struct addrinfo & operator* () const
 
void operator++ ()
 
const_iterator operator++ (int)
 
bool operator== (const const_iterator &o) const
 
bool operator!= (const const_iterator &o) const
 

Private Attributes

struct addrinfo * p
 

Detailed Description

Definition at line 86 of file resolver.h.

Constructor & Destructor Documentation

◆ const_iterator()

Resolver::const_iterator::const_iterator ( struct addrinfo *  p_)
inlineexplicit

Definition at line 89 of file resolver.h.

Referenced by operator++().

Member Function Documentation

◆ operator!=()

bool Resolver::const_iterator::operator!= ( const const_iterator o) const
inline

Definition at line 109 of file resolver.h.

◆ operator*()

struct addrinfo& Resolver::const_iterator::operator* ( ) const
inline

Definition at line 91 of file resolver.h.

References p.

◆ operator++() [1/2]

void Resolver::const_iterator::operator++ ( )
inline

Definition at line 95 of file resolver.h.

References p.

Referenced by operator++().

◆ operator++() [2/2]

const_iterator Resolver::const_iterator::operator++ ( int  )
inline

Definition at line 99 of file resolver.h.

References const_iterator(), operator++(), and p.

◆ operator==()

bool Resolver::const_iterator::operator== ( const const_iterator o) const
inline

Definition at line 105 of file resolver.h.

References p.

Member Data Documentation

◆ p

struct addrinfo* Resolver::const_iterator::p
private

Definition at line 87 of file resolver.h.

Referenced by operator*(), operator++(), and operator==().


The documentation for this class was generated from the following file: