aboutsummaryrefslogtreecommitdiff
path: root/include/odhtdb
diff options
context:
space:
mode:
Diffstat (limited to 'include/odhtdb')
-rw-r--r--include/odhtdb/DataView.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/odhtdb/DataView.hpp b/include/odhtdb/DataView.hpp
index 2f22d83..b71b378 100644
--- a/include/odhtdb/DataView.hpp
+++ b/include/odhtdb/DataView.hpp
@@ -3,6 +3,7 @@
#include "types.hpp"
#include "Hash.hpp"
#include <unordered_map>
+#include <string>
namespace odhtdb
{
@@ -14,6 +15,8 @@ namespace odhtdb
bool operator == (const DataView &other) const;
bool operator != (const DataView &other) const;
+ std::string toString() const;
+
void *data;
usize size;
};