typedef SolvableQueue / StringQueue
authorMichael Andres <ma@suse.de>
Mon, 28 Apr 2014 10:06:32 +0000 (12:06 +0200)
committerMichael Andres <ma@suse.de>
Mon, 28 Apr 2014 10:06:32 +0000 (12:06 +0200)
zypp/sat/Queue.h

index af1d3a5..c8563b6 100644 (file)
@@ -26,9 +26,14 @@ namespace zypp
   ///////////////////////////////////////////////////////////////////
   namespace sat
   {
+    class Queue;
+    typedef Queue SolvableQueue;       ///< Queue with Solvable ids
+    typedef Queue StringQueue;         ///< Queue with String ids
+
     ///////////////////////////////////////////////////////////////////
     /// \class Queue
     /// \brief Libsolv Id queue wrapper.
+    /// \todo template value_type to work with IString and other Id based types
     ///////////////////////////////////////////////////////////////////
     class Queue
     {