#include "DLLInfo.h"
#include <NDEVR/String.h>
#include <NDEVR/Time.h>
#include <NDEVR/File.h>
#include <NDEVR/UUID.h>
#include <NDEVR/Vector.h>
#include <NDEVR/TranslatedString.h>
#include <NDEVR/TypeInfo.h>
#include <NDEVR/RGBColor.h>
#include <NDEVR/BitFlag.h>
#include <NDEVR/Compressor.h>
Go to the source code of this file.
|
| struct | TableChange |
| | Records changes to a table or column noting the bounds of the data adjusted. Useful for optimized saving or mirroring of data. More...
|
| |
| class | TableColumn |
| | A virtual storage type that is used with Table class to store data where the actual mechanism for storage can be abstracted away. More...
|
| |