GemaCoreLib
The GeMA Core library
Loading...
Searching...
No Matches
gmValueSetStoredData.h File Reference

Declaration of the GmValueSetStoredData family of classes. More...

#include "gmValueSetData.h"
#include <QMutex>
#include <assert.h>
Include dependency graph for gmValueSetStoredData.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GmValueSetStoredData
 The generic GmValueSetData interface for classes that do store their own data. More...
 
class  GmVectorValueSetStoredData< T, Vector >
 A GmValueSetStoredData implementation that supports efficient storing for numeric values, either scalar or multi-dimensional, in a vector storage. More...
 
class  GmFVectorValueSetStoredData< Vector >
 A GmValueSetStoredData implementation that adds support for storing functions to GmVectorValueSetStoredData. More...
 
class  GmDefValueValueSetStoredData
 A GmValueSetStiredData implementation that stores no data and returns the default value, whenever queried, until a different value is written to the set. At that moment, instructs the Value set that owns this data set to exchange it by a base container that will contain the data from that moment on. More...
 

Detailed Description

Declaration of the GmValueSetStoredData family of classes.

Author
Carlos Augusto Teixeira Mendes
Date
april, 2019