Main Page | Namespace List | Class Hierarchy | Class List | 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.

Classes

class  PkgSet

Defines

#define decl_InvRel_iterators(name)

Functions

size_t hashfun (const PkgName &ustr_r)


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


Function Documentation

size_t hashfun const PkgName ustr_r  )  [inline]
 


Generated on Fri Nov 9 14:30:32 2007 for yast2-packagemanager by doxygen 1.3.6