19 #ifndef _CPPMESSAGEDATA_H_
20 #define _CPPMESSAGEDATA_H_
34 #include <unordered_set>
38 #include <sag_internal/cpp_stdlib.hpp>
41 #define _DATAT_BITS_INCLUDE_TAG
44 namespace softwareag {
46 namespace connectivity {
61 #include <bits/data_t.hpp>
63 #include <bits/custom_t.hpp>
65 #include <bits/functions.hpp>
67 #include <bits/buffer_t.hpp>
69 #include <bits/list_t.hpp>
71 #include <bits/map_t.hpp>
73 #include <bits/map_helper.hpp>
75 #include <bits/metadata_t.hpp>
77 #include <bits/message.hpp>
79 #include <bits/visitors.hpp>
81 #include <bits/map_extractor.hpp>
86 #include <sag_internal/data.hpp>
89 #undef _DATAT_BITS_INCLUDE_TAG
91 #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:51
A wrapper type for holding arbitrary objects inside a data_t.
Definition: sag_connectivity_cpp.hpp:51
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...