Save arrays of data objects. More...
#include <assert.h>
#include <stddef.h>
#include <string.h>
#include <iostream>
#include <type_traits>
#include "soplex/spxdefines.h"
#include "soplex/spxalloc.h"
#include "soplex/spxid.h"
Go to the source code of this file.
Classes | |
class | DataArray< T > |
Safe arrays of data objects.Class DataArray provides safe arrays of Data Objects. For general C++ objects (in contrast to data objects) class Array is provided which manages memory in a C++ compliant way. More... | |
Namespaces | |
soplex | |
Everything should be within this namespace. | |
Save arrays of data objects.
Definition in file dataarray.h.