From e93dcc2ecabee46d31aedf9f4ddc8058956c78ad Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 5 Feb 2013 15:50:07 +0200 Subject: Add support for change-tracking containers ODB now supports "smart" ordered containers. Such containers get extra functions for updating and deleting individual elements. Based on this functionality implement two change-tracking containers: odb::vector (equivalent to std::vector) and QOdbList (equivalent to QList). New tests: common/container/change-tracking and qt/common/container/change- tracking. --- odb/qt/list.hxx | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 odb/qt/list.hxx (limited to 'odb/qt/list.hxx') diff --git a/odb/qt/list.hxx b/odb/qt/list.hxx new file mode 100644 index 0000000..fa6ed28 --- /dev/null +++ b/odb/qt/list.hxx @@ -0,0 +1,10 @@ +// file : odb/qt/list.hxx +// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC +// license : GNU GPL v2; see accompanying LICENSE file + +#ifndef ODB_QT_LIST_HXX +#define ODB_QT_LIST_HXX + +#include + +#endif // ODB_QT_LIST_HXX -- cgit v1.1