Mailinglist Archive: zypp-devel (115 mails)
| < Previous | Next > |
[zypp-devel] ResPool now provides an iterator to visit all repositories
- From: Michael Andres <ma@xxxxxxx>
- Date: Wed, 4 Jul 2007 16:25:41 +0200
- Message-id: <20070704142541.GA6397@xxxxxxx>
JFYI: (branches/REFACTORING-10_3)
ResPool now provides an iterator to visit all repositories, that contibute
Resolvables to the pool:
size_type knownRepositoriesSize() const;
repository_iterator knownRepositoriesBegin() const;
repository_iterator knownRepositoriesEnd() const;
(*repository_iterator is type Repository).
--
cu,
Michael Andres
+------------------------------------------------------------------+
Key fingerprint = 2DFA 5D73 18B1 E7EF A862 27AC 3FB8 9E3A 27C6 B0E4
+------------------------------------------------------------------+
Michael Andres YaST Development ma@xxxxxxxxxx
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nuernberg)
Maxfeldstrasse 5, D-90409 Nuernberg, Germany, ++49 (0)911 - 740 53-0
+------------------------------------------------------------------+
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
ResPool now provides an iterator to visit all repositories, that contibute
Resolvables to the pool:
size_type knownRepositoriesSize() const;
repository_iterator knownRepositoriesBegin() const;
repository_iterator knownRepositoriesEnd() const;
(*repository_iterator is type Repository).
--
cu,
Michael Andres
+------------------------------------------------------------------+
Key fingerprint = 2DFA 5D73 18B1 E7EF A862 27AC 3FB8 9E3A 27C6 B0E4
+------------------------------------------------------------------+
Michael Andres YaST Development ma@xxxxxxxxxx
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nuernberg)
Maxfeldstrasse 5, D-90409 Nuernberg, Germany, ++49 (0)911 - 740 53-0
+------------------------------------------------------------------+
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
| < Previous | Next > |