libept
|
#include <apt.h>
Public Member Functions | |
Iterator (const Iterator &) | |
~Iterator () | |
std::string | operator* () |
Iterator & | operator++ () |
Iterator & | operator= (const Iterator &) |
bool | operator== (const Iterator &) const |
bool | operator!= (const Iterator &) const |
Protected Member Functions | |
Iterator (void *cur) | |
Iterator () | |
Friends | |
class | Apt |
|
inlineprotected |
|
inlineprotected |
ept::apt::Apt::Iterator::Iterator | ( | const Iterator & | i) |
ept::apt::Apt::Iterator::~Iterator | ( | ) |
bool ept::apt::Apt::Iterator::operator!= | ( | const Iterator & | i) | const |
std::string ept::apt::Apt::Iterator::operator* | ( | ) |
Apt::Iterator & ept::apt::Apt::Iterator::operator++ | ( | ) |
Apt::Iterator & ept::apt::Apt::Iterator::operator= | ( | const Iterator & | i) |
bool ept::apt::Apt::Iterator::operator== | ( | const Iterator & | i) | const |
|
friend |