mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 13:00:08 +00:00
..
This commit is contained in:
parent
e81b0e7456
commit
da8a18c2d9
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user