ADTF
Loading...
Searching...
No Matches
ddl.h
Go to the documentation of this file.
1
14
15#ifndef DDL_HEADER_
16#define DDL_HEADER_
17
21namespace ddl {
25namespace dd {
29namespace datamodel {
30}
34namespace utility {
35}
36} // namespace dd
40namespace access_element {
41}
45namespace serialization {
46}
47
50namespace mapping {
54namespace oo {
55}
56
59namespace rt {
60}
61} // namespace mapping
62
66namespace utility {
67}
68
69} // namespace ddl
70
72// access and creating API
73#include <ddl/dd/dd.h>
74#include <ddl/dd/ddcompare.h>
75#include <ddl/dd/dddefault.h>
76#include <ddl/dd/ddfile.h>
77#include <ddl/dd/ddstring.h>
78#include <ddl/dd/ddstructure.h>
80// codec API
81#include <ddl/codec/pkg_codec.h>
84
85#endif // DDL_HEADER_
definition of the access_element namespace (codecs)
Definition access_element.h:25
definition of the datamodel namespace
Definition datamodel_base.h:28
definition of the old compatibility utility namespace
Definition datamodel_keyvalue.h:160
definition of the dd namespace
Definition datamodel_base.h:26
definition of the dd namespace for mapping
Definition ddl.h:54
definition of the rt namespace for mapping
Definition ddl.h:59
definition of the mapping namespace
Definition ddl.h:50
definition of the serialization namespace
Definition ddl.h:45
definition of the utility namespace
Definition ddl.h:66
definition of the ddl namespace
Definition codec.h:21