#include <config.h>
#include <qofbook.h>
#include <list>
#include "fake-qofquery.h"
Go to the source code of this file.
◆ xaccQueryAddDateMatchTT()
Definition at line 128 of file fake-qofquery.cpp.
135{
136 ASSERT_TRUE(queryPool.query_used(query));
137 ((
QofFakeQuery*)query)->add_date_match_tt(use_start, stt, use_end, ett, op);
138}
Fake object providing functionality similar to QofQuery.
◆ xaccQueryAddSingleAccountMatch()
Definition at line 141 of file fake-qofquery.cpp.
142{
143 ASSERT_TRUE(queryPool.query_used(query));
144 ((
QofFakeQuery*)query)->add_single_account_match(acc, op);
145}