diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-09-01 11:16:00 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-09-01 11:16:00 +0200 |
commit | c97a759dcc080705c956c87fce076709ca66a0c8 (patch) | |
tree | 0f11125e3137cef9fc11d669f8addc2955df0460 /makefile | |
parent | 55268128a30a56bfd42a4ffb382ad3a5179a739f (diff) |
Add 'access' and 'pimpl' examples
These illustrate the use of accessor/modifier functions and expressions
as well as virtual data members.
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))build/bootstrap.make dirs := \ +access \ composite \ container \ hello \ @@ -13,6 +14,7 @@ inheritance/reuse \ query \ mapping \ optimistic \ +pimpl \ schema/embedded tr1_dirs := relationship inverse schema/custom view |