diff --git a/src/HTMLRenderer/TextLineBuffer.h b/src/HTMLRenderer/TextLineBuffer.h index 07c347d..40cdcb6 100644 --- a/src/HTMLRenderer/TextLineBuffer.h +++ b/src/HTMLRenderer/TextLineBuffer.h @@ -21,9 +21,13 @@ public: class State { public: + // before output void begin(std::ostream & out, const State * prev_state); + // after output void end(std::ostream & out) const; + // calculate the hash code void hash(void); + // calculate the difference between another State int diff(const State & s) const; enum {