DUDS
Distributed Update of Data from Something
duds::data::GenericValueTable Class Reference

A set of key-value pairs where the value can be one of several types. More...

#include <GenericValue.hpp>

Inheritance diagram for duds::data::GenericValueTable:
Collaboration diagram for duds::data::GenericValueTable:

Private Member Functions

template<class A >
void serialize (A &a, const unsigned int)
 

Friends

class boost::serialization::access
 

Detailed Description

A set of key-value pairs where the value can be one of several types.

This is intended for storing arbitrary data that can be readily serialized for storage or network transmission.

This isn't a typedef to help make the GenericValue typedef compile.

Author
Jeff Jackowski

Definition at line 128 of file GenericValue.hpp.

Member Function Documentation

◆ serialize()

template<class A >
void duds::data::GenericValueTable::serialize ( A &  a,
const unsigned  int 
)
inlineprivate

Definition at line 131 of file GenericValue.hpp.

Friends And Related Function Documentation

◆ boost::serialization::access

friend class boost::serialization::access
friend

Definition at line 129 of file GenericValue.hpp.


The documentation for this class was generated from the following file: