19 #ifndef _CPPMESSAGEDATA_H_
20 #define _CPPMESSAGEDATA_H_
33 #include <unordered_set>
36 #include <sag_internal/cpp_stdlib.hpp>
39 #define _DATAT_BITS_INCLUDE_TAG
42 namespace softwareag {
44 namespace connectivity {
59 #include <bits/data_t.hpp>
61 #include <bits/custom_t.hpp>
63 #include <bits/functions.hpp>
65 #include <bits/buffer_t.hpp>
67 #include <bits/list_t.hpp>
69 #include <bits/map_t.hpp>
71 #include <bits/map_helper.hpp>
73 #include <bits/metadata_t.hpp>
75 #include <bits/message.hpp>
77 #include <bits/visitors.hpp>
79 #include <bits/map_extractor.hpp>
84 #include <sag_internal/data.hpp>
87 #undef _DATAT_BITS_INCLUDE_TAG
89 #endif // _CPPMESSAGEDATA_H_
Definition: sag_connectivity_threading.h:178
sag_underlying_decimal_t decimal_t
Decimals are implemented with an underlying 64bit int conforming to IEEE 754 decimal 64...
Definition: sag_connectivity_cpp.hpp:49
A wrapper type for holding arbitrary objects inside a data_t.
Definition: sag_connectivity_cpp.hpp:49
A list class which implements many of the functions on std::vector.
Definition: sag_connectivity_cpp.hpp:34
A map class which implements many of the functions on std::map.
Definition: sag_connectivity_cpp.hpp:36
A class that holds an untyped byte buffer.
Definition: sag_connectivity_cpp.hpp:27
Decimals are implemented with an underlying 64bit int conforming to IEEE 754 decimal 64...
Definition: sag_connectivity_c.h:101
Instead of including this file directly, include sag_connectivity_cpp.hpp if you need any types defin...