diff options
author | John Wiegley <johnw@newartisans.com> | 2009-10-27 04:00:59 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-10-27 04:00:59 -0400 |
commit | ddfd00afe17393f5b33a9288990a649e3cfcc0ab (patch) | |
tree | d9562fba018f0a80809894e939b4026b235f4e37 /src/xact.h | |
parent | 5ddb0e9bfbf3432a1078adc550484e5b8a151f34 (diff) | |
download | fork-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.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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; |