#include using namespace std; #include int main(int argc, char* argv[]) { typedef ept::apt::Apt Apt; Apt apt; for (Apt::Iterator it = apt.begin(); it != apt.end(); ++it) { cout << (*it) << endl; } }