GetResolvablesToInsDel.h

Go to the documentation of this file.
00001 /*---------------------------------------------------------------------\
00002 |                          ____ _   __ __ ___                          |
00003 |                         |__  / \ / / . \ . \                         |
00004 |                           / / \ V /|  _/  _/                         |
00005 |                          / /__ | | | | | |                           |
00006 |                         /_____||_| |_| |_|                           |
00007 |                                                                      |
00008 \---------------------------------------------------------------------*/
00012 #ifndef ZYPP_POOL_GETRESOLVABLESTOINSDEL_H
00013 #define ZYPP_POOL_GETRESOLVABLESTOINSDEL_H
00014 
00015 #include <iosfwd>
00016 #include <list>
00017 
00018 #include "zypp/ResPool.h"
00019 
00021 namespace zypp
00022 { 
00023 
00024   namespace pool
00025   { 
00026 
00028     //
00029     //  CLASS NAME : GetResolvablesToInsDel
00030     //
00034     struct GetResolvablesToInsDel
00035     {
00036       typedef std::list<PoolItem_Ref> PoolItemList;
00037 
00039       GetResolvablesToInsDel( ResPool pool_r );
00040 
00041       PoolItemList _toDelete;
00042       PoolItemList _toInstall;
00043       PoolItemList _toSrcinstall;
00044     };
00046 
00048     std::ostream & operator<<( std::ostream & str, const GetResolvablesToInsDel & obj );
00049 
00051   } // namespace pool
00054 } // namespace zypp
00056 #endif // ZYPP_POOL_GETRESOLVABLESTOINSDEL_H

Generated on Mon Jun 5 19:10:34 2006 for zypp by  doxygen 1.4.6