Mailinglist Archive: zypp-commit (606 mails)
| < Previous | Next > |
[zypp-commit] r9896 - /trunk/libzypp/zypp/PoolQueryResult.h
- From: mlandres@xxxxxxxxxxxxxxxx
- Date: Tue, 29 Apr 2008 22:18:12 -0000
- Message-id: <20080429221812.7AEC426192@xxxxxxxxxxxxxxxx>
Author: mlandres
Date: Wed Apr 30 00:18:12 2008
New Revision: 9896
URL: http://svn.opensuse.org/viewcvs/zypp?rev=9896&view=rev
Log:
docs
Modified:
trunk/libzypp/zypp/PoolQueryResult.h
Modified: trunk/libzypp/zypp/PoolQueryResult.h
URL:
http://svn.opensuse.org/viewcvs/zypp/trunk/libzypp/zypp/PoolQueryResult.h?rev=9896&r1=9895&r2=9896&view=diff
==============================================================================
--- trunk/libzypp/zypp/PoolQueryResult.h (original)
+++ trunk/libzypp/zypp/PoolQueryResult.h Wed Apr 30 00:18:12 2008
@@ -45,6 +45,10 @@
* or \ref PoolItem or \ref PoolQuery or any type that fits
* \c operator+=.
*
+ * The class is a \ref sat::SolvIterMixin, so you can iterate the result
+ * not just as \ref sat::Solvable, but also as \ref PoolItem or
+ * \ref ui::Selectable.
+ *
* \code
* // Constructed from PoolItem iterator pair
* PoolQueryResult result( pool.byKindBegin<Package>(),
pool.byKindEnd<Package>() );
--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx
Date: Wed Apr 30 00:18:12 2008
New Revision: 9896
URL: http://svn.opensuse.org/viewcvs/zypp?rev=9896&view=rev
Log:
docs
Modified:
trunk/libzypp/zypp/PoolQueryResult.h
Modified: trunk/libzypp/zypp/PoolQueryResult.h
URL:
http://svn.opensuse.org/viewcvs/zypp/trunk/libzypp/zypp/PoolQueryResult.h?rev=9896&r1=9895&r2=9896&view=diff
==============================================================================
--- trunk/libzypp/zypp/PoolQueryResult.h (original)
+++ trunk/libzypp/zypp/PoolQueryResult.h Wed Apr 30 00:18:12 2008
@@ -45,6 +45,10 @@
* or \ref PoolItem or \ref PoolQuery or any type that fits
* \c operator+=.
*
+ * The class is a \ref sat::SolvIterMixin, so you can iterate the result
+ * not just as \ref sat::Solvable, but also as \ref PoolItem or
+ * \ref ui::Selectable.
+ *
* \code
* // Constructed from PoolItem iterator pair
* PoolQueryResult result( pool.byKindBegin<Package>(),
pool.byKindEnd<Package>() );
--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx
| < Previous | Next > |