18 #ifndef _CPPMESSAGEDATA_H_ 19 #define _CPPMESSAGEDATA_H_ 33 #include <unordered_set> 37 #include <sag_internal/cpp_stdlib.hpp> 40 #define _DATAT_BITS_INCLUDE_TAG 42 #include <sag_internal/connectivity_namespace_version.h> 45 namespace softwareag {
49 namespace _DATAT_INTERNAL_CPP_NAMESPACE {
64 #include <bits/data_t.hpp> 66 #include <bits/custom_t.hpp> 68 #include <bits/functions.hpp> 70 #include <bits/buffer_t.hpp> 72 #include <bits/list_t.hpp> 74 #include <bits/map_t.hpp> 76 #include <bits/metadata_t.hpp> 78 #include <bits/message.hpp> 80 #include <bits/visitors.hpp> 82 #include <bits/map_extractor.hpp> 88 namespace connectivity {
using namespace _DATAT_INTERNAL_CPP_NAMESPACE; }
93 #include <sag_internal/data.hpp> 96 #undef _DATAT_BITS_INCLUDE_TAG 98 #endif // _CPPMESSAGEDATA_H_ 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:54
A list class which implements many of the functions on std::vector.
Definition: sag_connectivity_cpp.hpp:33
A map class which implements many of the functions on std::map.
Definition: sag_connectivity_cpp.hpp:35
A class that holds an untyped byte buffer.
Definition: sag_connectivity_cpp.hpp:26
Decimals are implemented with an underlying 64bit int conforming to IEEE 754 decimal 64.
Definition: sag_connectivity_c.h:105
A wrapper type for holding arbitrary objects inside a data_t.
Definition: sag_connectivity_cpp.hpp:54
Instead of including this file directly, include sag_connectivity_cpp.hpp if you need any types defin...