aboutsummaryrefslogtreecommitdiff
path: root/model.h
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2013-08-11 15:20:27 +0800
committerTeddy <ted.sybil@gmail.com>2013-08-11 15:20:27 +0800
commit856267ebffee5506047fdb56d1b7b317566adaad (patch)
treee640784114011f618e097cd9ad31371d6c44f949 /model.h
parent48b6bcbcc7973129b2d2c024919aed80ce3fe349 (diff)
added more comments
Diffstat (limited to 'model.h')
-rw-r--r--model.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/model.h b/model.h
index 2951b76..6f4dfd5 100644
--- a/model.h
+++ b/model.h
@@ -95,10 +95,8 @@ class EvalObj : public FrameObj {
string ext_repr();
/** Always true for all EvalObjs except BoolObj */
virtual bool is_true();
+ /** External representation construction */
virtual ReprCons *get_repr_cons() = 0;
};
-
-bool make_exec(Pair *ptr);
-
#endif