summaryrefslogtreecommitdiff
path: root/src/xact.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-10-27 04:00:59 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-10-27 04:00:59 -0400
commitddfd00afe17393f5b33a9288990a649e3cfcc0ab (patch)
treed9562fba018f0a80809894e939b4026b235f4e37 /src/xact.h
parent5ddb0e9bfbf3432a1078adc550484e5b8a151f34 (diff)
downloadfork-ledger-ddfd00afe17393f5b33a9288990a649e3cfcc0ab.tar.gz
fork-ledger-ddfd00afe17393f5b33a9288990a649e3cfcc0ab.tar.bz2
fork-ledger-ddfd00afe17393f5b33a9288990a649e3cfcc0ab.zip
Made the id function available in post contexts
Diffstat (limited to 'src/xact.h')
-rw-r--r--src/xact.h4
1 files changed, 4 insertions, 0 deletions
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;