aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hybrid/README
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/hybrid/README')
-rw-r--r--examples/cxx/hybrid/README11
1 files changed, 7 insertions, 4 deletions
diff --git a/examples/cxx/hybrid/README b/examples/cxx/hybrid/README
index 7d9312d..dabc11f 100644
--- a/examples/cxx/hybrid/README
+++ b/examples/cxx/hybrid/README
@@ -1,7 +1,7 @@
-This directory contains a number of examples that show how to
-use the Embedded C++/Hybrid mapping. The following list gives
-an overview of each example. See the README files in example
-directories for more information on each example.
+This directory contains a number of examples that show how to use the
+Embedded C++/Hybrid mapping. The following list gives an overview of
+each example. See the README files in example directories for more
+information on each example.
hello
A simple "Hello, world!" example that shows how to parse XML
@@ -44,6 +44,9 @@ polyroot
Shows how to handle XML vocabularies with polymorphic document root
elements.
+allocator
+ Shows how to use a custom memory allocator implementation.
+
custom/
A collection of examples that show how to customize the C++/Hybrid
object model by using custom C++ classes instead of or in addition