From ddfd00afe17393f5b33a9288990a649e3cfcc0ab Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 27 Oct 2009 04:00:59 -0400 Subject: Made the id function available in post contexts --- src/xact.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/xact.h') diff --git a/src/xact.h b/src/xact.h index b7b4576b..74d9f837 100644 --- a/src/xact.h +++ b/src/xact.h @@ -104,6 +104,10 @@ public: virtual void add_post(post_t * post); + value_t magnitude() const; + string idstring() const; + string id() const; + virtual expr_t::ptr_op_t lookup(const string& name); virtual bool valid() const; -- cgit v1.2.3