Save arrays of data objects. More...
#include <assert.h>
#include <stddef.h>
#include <string.h>
#include <iostream>
#include "soplex/spxdefines.h"
#include "soplex/spxalloc.h"
Go to the source code of this file.
Classes | |
class | ClassArray< T > |
Safe arrays of class objects.Class ClassArray provides safe arrays of general C++ objects (in contrast to data objects). The elements of an instance of ClassArray can be accessed just like ordinary C++ array elements by means of the index operator[](). Safety is provided by. More... | |
Namespaces | |
soplex | |
Everything should be within this namespace. | |
Save arrays of data objects.
Definition in file classarray.h.