Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

PkgSet.h File Reference

#include <list>
#include <map>
#include <y2util/hash.h>
#include <y2pm/PMSolvablePtr.h>
#include <y2pm/PkgRevRel.h>

Go to the source code of this file.

Defines

#define decl_InvRel_iterators(name)


Define Documentation

#define decl_InvRel_iterators name   ) 
 

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(); }


Generated on Mon Mar 21 22:06:20 2005 for yast2-packagemanager by  doxygen 1.4.1