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 {
83 #include <sag_internal/data.hpp>
86 #undef _DATAT_BITS_INCLUDE_TAG
88 #endif // _CPPMESSAGEDATA_H_
Contains the C++ implementation of custom_t.
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
Contains the C++ implementation of buffer_t.
Contains the C++ implementation of MapHelper.
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:35
Contains the C++ implementation of list_t.
Contains the C++ implementation of visitor and const_visitor.
Contains free functions relating to data_t.
Contains the C++ implementation of Message.
A map class which implements many of the functions on std::map.
Definition: sag_connectivity_cpp.hpp:37
A class that holds an untyped byte buffer.
Definition: sag_connectivity_cpp.hpp:28
Decimals are implemented with an underlying 64bit int conforming to IEEE 754 decimal 64...
Definition: sag_connectivity_c.h:95
Contains the C++ implementation of data_t.
Contains the C++ implementation of map_t.
Contains the C ABI for connectivity plugins.