summaryrefslogtreecommitdiff
path: root/src/options/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/options.h')
-rw-r--r--src/options/options.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/options/options.h b/src/options/options.h
index 092fbe507..9656007f4 100644
--- a/src/options/options.h
+++ b/src/options/options.h
@@ -60,6 +60,11 @@ class CVC4_PUBLIC Options {
public:
+ /** Return true if current Options are null */
+ static inline bool isCurrentNull() {
+ return s_current == NULL;
+ }
+
/** Get the current Options in effect */
static inline Options& current() {
return *s_current;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback