The unified diff between revisions [a5720087..] and [749fac9e..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'src/datastor.cpp'

#
#
# patch "src/datastor.cpp"
#  from [301a7be0303d65b1589216c1f2bcb072ac17e34b]
#    to [4fa7598868dfa094683449f75fb833a9b245e300]
#
============================================================
--- src/datastor.cpp	301a7be0303d65b1589216c1f2bcb072ac17e34b
+++ src/datastor.cpp	4fa7598868dfa094683449f75fb833a9b245e300
@@ -37,6 +37,14 @@ bool Data_Store::has_value(const std::st
    }

 /*************************************************
+* Return everything in the store                 *
+*************************************************/
+std::multimap<std::string, std::string> Data_Store::get_contents() const
+   {
+   return contents;
+   }
+
+/*************************************************
 * Search based on an arbitrary predicate         *
 *************************************************/
 std::multimap<std::string, std::string>