#include <duds/data/QuantityArray.hpp>
#include <duds/general/LanguageTaggedString.hpp>
#include <boost/uuid/uuid.hpp>
#include <boost/variant.hpp>
Go to the source code of this file.
|
| typedef std::map< std::string, GenericValue > | duds::data::generic_value_table_base_t |
| |
| typedef boost::variant< std::string, duds::general::LanguageTaggedString, std::array< std::int32_t, 4 >, std::array< std::int64_t, 2 >, duds::data::int128_w, std::array< float, 4 >, std::array< double, 2 >, double, duds::data::Quantity, boost::recursive_wrapper< duds::data::QuantityNddArray >, duds::time::interstellar::Femtoseconds, duds::time::interstellar::Nanoseconds, duds::time::interstellar::FemtoTime, duds::time::interstellar::NanoTime, boost::uuids::uuid, boost::recursive_wrapper< duds::data::GenericValueTable >, std::shared_ptr< std::vector< char > >> | duds::data::GenericValue |
| | A general value of a type can be serialized for transmission over a network and can be used with a regular C++ I/O stream. More...
|
| |
◆ BOOST_UUID_NO_TYPE_TRAITS
| #define BOOST_UUID_NO_TYPE_TRAITS |