xapian-core  1.4.25
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)
 
bool operator!= (const const_iterator &o)
 

Private Attributes

struct addrinfo * p
 

Detailed Description

Definition at line 36 of file resolver.h.

Constructor & Destructor Documentation

◆ const_iterator()

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

Definition at line 39 of file resolver.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 59 of file resolver.h.

◆ operator*()

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

Definition at line 41 of file resolver.h.

◆ operator++() [1/2]

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

Definition at line 45 of file resolver.h.

◆ operator++() [2/2]

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

Definition at line 49 of file resolver.h.

◆ operator==()

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

Definition at line 55 of file resolver.h.

References p.

Member Data Documentation

◆ p

struct addrinfo* Resolver::const_iterator::p
private

Definition at line 37 of file resolver.h.

Referenced by operator==().


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