From c97a759dcc080705c956c87fce076709ca66a0c8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 1 Sep 2012 11:16:00 +0200 Subject: Add 'access' and 'pimpl' examples These illustrate the use of accessor/modifier functions and expressions as well as virtual data members. --- README | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README') diff --git a/README b/README index 0c0343d..ec81e2c 100644 --- a/README +++ b/README @@ -50,9 +50,17 @@ view optimistic Shows how to use optimistic concurrency in ODB. +pimpl + Shows how to use virtual data members to implement a persistent class that + employes the pimpl C++ idiom. + c++11 Shows how to use ODB with C++11. +access + Shows various approaches used by ODB to access data members that cannot be + accessed directly. + boost Shows how to persist objects that use Boost smart pointers, containers, and value types with the help of the Boost profile library (libodb-boost). -- cgit v1.1