aboutsummaryrefslogtreecommitdiff
path: root/xsde/cxx/serializer/options.cli
diff options
context:
space:
mode:
Diffstat (limited to 'xsde/cxx/serializer/options.cli')
-rw-r--r--xsde/cxx/serializer/options.cli16
1 files changed, 7 insertions, 9 deletions
diff --git a/xsde/cxx/serializer/options.cli b/xsde/cxx/serializer/options.cli
index ddb6c60..e4e35a1 100644
--- a/xsde/cxx/serializer/options.cli
+++ b/xsde/cxx/serializer/options.cli
@@ -3,11 +3,9 @@
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
-include <vector>;
-include <string>;
include <cstddef>; // std::size_t
-include <cult/types.hxx>; // NarrowString
+include <types.hxx>; // NarrowString, NarrowStrings
include <cxx/options.cli>;
@@ -17,7 +15,7 @@ namespace CXX
{
class options: CXX::options
{
- std::vector<Cult::Types::NarrowString> --type-map
+ NarrowStrings --type-map
{
"<mapfile>",
"Read XML Schema to C++ type mapping information from <mapfile>.
@@ -105,7 +103,7 @@ namespace CXX
implementation."
};
- Cult::Types::NarrowString --root-element
+ NarrowString --root-element
{
"<element>",
"Indicate that <element> is the document root. This information is
@@ -114,21 +112,21 @@ namespace CXX
// Suffixes.
//
- Cult::Types::NarrowString --skel-type-suffix = "_sskel"
+ NarrowString --skel-type-suffix = "_sskel"
{
"<suffix>",
"Use the provided <suffix> instead of the default \cb{_sskel} to
construct the names of generated serializer skeletons."
};
- Cult::Types::NarrowString --skel-file-suffix = "-sskel"
+ NarrowString --skel-file-suffix = "-sskel"
{
"<suffix>",
"Use the provided <suffix> instead of the default \cb{-sskel} to
construct the names of generated serializer skeleton files."
};
- Cult::Types::NarrowString --impl-type-suffix = "_simpl"
+ NarrowString --impl-type-suffix = "_simpl"
{
"<suffix>",
"Use the provided <suffix> instead of the default \cb{_simpl} to
@@ -136,7 +134,7 @@ namespace CXX
XML Schema types and sample serializer implementations."
};
- Cult::Types::NarrowString --impl-file-suffix = "-simpl"
+ NarrowString --impl-file-suffix = "-simpl"
{
"<suffix>",
"Use the provided <suffix> instead of the default \cb{-simpl} to