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 43 #include <sag_internal/connectivity_namespace_version.h> 46 namespace softwareag {
50 namespace _DATAT_INTERNAL_CPP_NAMESPACE {
65 #include <bits/data_t.hpp> 67 #include <bits/custom_t.hpp> 69 #include <bits/functions.hpp> 71 #include <bits/buffer_t.hpp> 73 #include <bits/list_t.hpp> 75 #include <bits/map_t.hpp> 77 #include <bits/map_helper.hpp> 79 #include <bits/metadata_t.hpp> 81 #include <bits/message.hpp> 83 #include <bits/visitors.hpp> 85 #include <bits/map_extractor.hpp> 91 namespace connectivity {
using namespace _DATAT_INTERNAL_CPP_NAMESPACE; }
96 #include <sag_internal/data.hpp> 99 #undef _DATAT_BITS_INCLUDE_TAG 101 #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:55
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:106
A wrapper type for holding arbitrary objects inside a data_t.
Definition: sag_connectivity_cpp.hpp:55
Instead of including this file directly, include sag_connectivity_cpp.hpp if you need any types defin...