summaryrefslogtreecommitdiff
path: root/src/base
diff options
context:
space:
mode:
Diffstat (limited to 'src/base')
-rw-r--r--src/base/printable.hh5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/base/printable.hh b/src/base/printable.hh
index 1f71cce12..f79843ee5 100644
--- a/src/base/printable.hh
+++ b/src/base/printable.hh
@@ -36,6 +36,11 @@
#include <ostream>
#include <string>
+/**
+ * Abstract base class for objects which support being printed
+ * to a stream for debugging. Primarily used to support PrintReq
+ * in memory system.
+ */
class Printable
{
public: