openDAQ
Open data acquisition platform
+ Collaboration diagram for Struct:

Detailed Description

Modules

 Factories
 

Classes

struct  IStruct
 Structs are immutable objects that contain a set of key-value pairs. The key, as well as the types of each associated value for each struct are defined in advance within a Struct type that has the same name as the Struct. More...
 
struct  IStructBuilder
 Builder component of Struct objects. Contains setter methods to configure the Struct parameters, and a build method that builds the Struct object. More...
 
class  StructBuilderPtr
 Builder component of Struct objects. Contains setter methods to configure the Struct parameters, and a build method that builds the Struct object. More...
 
class  GenericStructPtr< InterfaceType >
 Structs are immutable objects that contain a set of key-value pairs. The key, as well as the types of each associated value for each struct are defined in advance within a Struct type that has the same name as the Struct. More...
 
struct  IStructType
 Struct types define the fields (names and value types, as well as optional default values) of Structs with a name matching that of the Struct type. More...
 
class  StructTypePtr
 Struct types define the fields (names and value types, as well as optional default values) of Structs with a name matching that of the Struct type. More...