Skip to content
Snippets Groups Projects

F consolidation

Merged Timm Fitschen requested to merge f-consolidation into dev
3 files
+ 11
10
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -20,9 +20,10 @@
*/
/**
* DataTypes have 2 dimensions: They may be atomic or reference typed, and they may be scalar or
* list valued. If they are atomic, they have an AtomicDataType. If they are reference typed, the
* reference name can be obtained with GetName().
* DataTypes have 2 dimensions: They may be atomic or reference typed, and they
* may be scalar or list valued. If they are atomic, they have an
* AtomicDataType. If they are reference typed, the reference name can be
* obtained with GetName().
*/
#ifndef CAOSDB_DATA_TYPE_H
Loading