Scippy

SoPlex

Sequential object-oriented simPlex

dataarray.h File Reference

Save arrays of data objects. More...

#include <assert.h>
#include <stddef.h>
#include <string.h>
#include <iostream>
#include "spxdefines.h"
#include "spxalloc.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.
 

Detailed Description

Save arrays of data objects.

Definition in file dataarray.h.