summaryrefslogtreecommitdiff
path: root/src/context/context.h
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2010-02-17 21:29:57 +0000
committerTim King <taking@cs.nyu.edu>2010-02-17 21:29:57 +0000
commit21e0c5dd0de5edef8ec12f48b76887109b67db52 (patch)
tree61925a690688577e8cf96072a1afb75ede17f35d /src/context/context.h
parent2dadba52dd55084bbec52b3b338add5f8be77c13 (diff)
Initial draft of TheoryUF. Should compile without problems. A decent amount of functionality is stubbed out. Still needs a bit of cleanup.
Diffstat (limited to 'src/context/context.h')
-rw-r--r--src/context/context.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/context/context.h b/src/context/context.h
index ff40542d1..1af4480f9 100644
--- a/src/context/context.h
+++ b/src/context/context.h
@@ -102,6 +102,11 @@ public:
int getLevel() const { return ((int)d_scopeList.size()) - 1; }
/**
+ * Return the ContextMemoryManager associated with the context.
+ */
+ ContextMemoryManager* getCMM(){ return d_pCMM; }
+
+ /**
* Save the current state, create a new Scope
*/
void push();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback