#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 |
ept::apt::Apt::Iterator::Iterator | ( | void * | cur | ) | [inline, protected] |
ept::apt::Apt::Iterator::Iterator | ( | ) | [inline, protected] |
ept::apt::Apt::Iterator::~Iterator | ( | ) |
std::string ept::apt::Apt::Iterator::operator* | ( | ) |
References ept::core::desktop::Name.
Apt::Iterator & ept::apt::Apt::Iterator::operator++ | ( | ) |
Apt::Iterator & ept::apt::Apt::Iterator::operator= | ( | const Iterator & | i | ) |
References cur.
friend class Apt [friend] |