libept
Public Member Functions | Protected Member Functions | Friends | List of all members
ept::apt::Apt::Iterator Class Reference

#include <apt.h>

Inheritance diagram for ept::apt::Apt::Iterator:

Public Member Functions

 Iterator (const Iterator &)
 
 ~Iterator ()
 
std::string operator* ()
 
Iteratoroperator++ ()
 
Iteratoroperator= (const Iterator &)
 
bool operator== (const Iterator &) const
 
bool operator!= (const Iterator &) const
 

Protected Member Functions

 Iterator (void *cur)
 
 Iterator ()
 

Friends

class Apt
 

Constructor & Destructor Documentation

◆ Iterator() [1/3]

ept::apt::Apt::Iterator::Iterator ( void *  cur)
inlineprotected

◆ Iterator() [2/3]

ept::apt::Apt::Iterator::Iterator ( )
inlineprotected

◆ Iterator() [3/3]

ept::apt::Apt::Iterator::Iterator ( const Iterator i)

◆ ~Iterator()

ept::apt::Apt::Iterator::~Iterator ( )

Member Function Documentation

◆ operator!=()

bool ept::apt::Apt::Iterator::operator!= ( const Iterator i) const

◆ operator*()

std::string ept::apt::Apt::Iterator::operator* ( )

◆ operator++()

Apt::Iterator & ept::apt::Apt::Iterator::operator++ ( )

◆ operator=()

Apt::Iterator & ept::apt::Apt::Iterator::operator= ( const Iterator i)

◆ operator==()

bool ept::apt::Apt::Iterator::operator== ( const Iterator i) const

Friends And Related Function Documentation

◆ Apt

friend class Apt
friend

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