xapian-core  1.4.27
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 37 of file resolver.h.

Constructor & Destructor Documentation

◆ const_iterator()

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

Definition at line 40 of file resolver.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 60 of file resolver.h.

◆ operator*()

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

Definition at line 42 of file resolver.h.

◆ operator++() [1/2]

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

Definition at line 46 of file resolver.h.

◆ operator++() [2/2]

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

Definition at line 50 of file resolver.h.

◆ operator==()

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

Definition at line 56 of file resolver.h.

References p.

Member Data Documentation

◆ p

struct addrinfo* Resolver::const_iterator::p
private

Definition at line 38 of file resolver.h.

Referenced by operator==().


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