DUDS
Distributed Update of Data from Something
GenericValue.hpp File Reference
#include <duds/data/QuantityArray.hpp>
#include <duds/general/LanguageTaggedString.hpp>
#include <boost/uuid/uuid.hpp>
#include <boost/variant.hpp>
Include dependency graph for GenericValue.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  duds::data::GenericValueTable
 A set of key-value pairs where the value can be one of several types. More...
 

Namespaces

 duds
 
 duds::data
 

Macros

#define BOOST_UUID_NO_TYPE_TRAITS
 

Typedefs

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...
 

Macro Definition Documentation

◆ BOOST_UUID_NO_TYPE_TRAITS

#define BOOST_UUID_NO_TYPE_TRAITS

Definition at line 15 of file GenericValue.hpp.