From 47bfe58ab39aa8d7ed4dc804409f1f78f485a5a6 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 18 May 2010 17:37:27 -0400 Subject: Added account_id and xact_id valexpr vars for posts account_id is the "whicheth" number for that posting within its account. The xact_id is within its transaction. --- src/post.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/post.h') diff --git a/src/post.h b/src/post.h index 272cd9d8..226d6289 100644 --- a/src/post.h +++ b/src/post.h @@ -118,6 +118,9 @@ public: amount_t resolve_expr(scope_t& scope, expr_t& expr); + std::size_t xact_id() const; + std::size_t account_id() const; + bool valid() const; struct xdata_t : public supports_flags -- cgit v1.2.3