#include <list>
#include <map>
#include <y2util/hash.h>
#include <y2pm/PMSolvablePtr.h>
#include <y2pm/PkgRevRel.h>
Go to the source code of this file.
Value:
InvRel_iterator name##_begin() { \ return _##name.begin(); } \ InvRel_const_iterator name##_begin() const { \ return _##name.begin(); } \ InvRel_iterator name##_end() { \ return _##name.end(); } \ InvRel_const_iterator name##_end() const { \ return _##name.end(); }