aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
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).