|
Dev Essential
1.6.3
|
#include <a_util/base/enums.h>#include <ddl/dd/datamodel/datamodel_datadefinition.h>#include <string>Go to the source code of this file.
Namespaces | |
| namespace | ddl |
| definition of the ddl namespace | |
| namespace | ddl::dd |
| definition of the dd namespace | |
| namespace | ddl::dd::datamodel |
| definition of the datamodel namespace | |
Functions | |
| DataDefinition | ddl::dd::datamodel::fromXMLString (const std::string &xml_string, const dd::Version &ddl_language_version={}, bool strict=false) |
| creates a datamodel from a xml string | |
| std::string | ddl::dd::datamodel::toXMLString (const DataDefinition &dd) |
| creates a XML from the DD datamodel. | |
| std::string | ddl::dd::datamodel::toXMLString (const DataDefinition &dd, const a_util::SortingOrder order) |
| creates a XML from the DD datamodel. | |
| DataDefinition | ddl::dd::datamodel::fromXMLFile (const std::string &xml_filepath, bool strict=false) |
| creates a datamodel from a xml file | |
| void | ddl::dd::datamodel::toXMLFile (const DataDefinition &dd, const std::string &xml_filepath) |
| creates a XML file from the given DD datamodel. | |
| void | ddl::dd::datamodel::toXMLFile (const DataDefinition &dd, const std::string &xml_filepath, a_util::SortingOrder order) |
| creates a XML file from the given DD datamodel. | |
OO DataDefinition Redesign
Copyright 2025 Digitalwerk GmbH. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.