Scippy

SoPlex

Sequential object-oriented simPlex

classarray.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  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

namespace  soplex
 Everything should be within this namespace.
 

Detailed Description

Save arrays of data objects.

Definition in file classarray.h.