Entry identifier class for items of a DataSet. More...
#include <assert.h>
Go to the source code of this file.
Classes | |
class | DataKey |
Entry identifier class for items of a DataSet.Every item in a DataSet is assigned a DataKey by which it can be accessed (using DataSet::operator[]()). A DataKey consists of an integer member idx, which is a positive number for any valid DataKey. No idx of an element in a DataSet may exceed the sets max(). This property may be used to build arrays with additional information to the elements of a DataSet. More... | |
Namespaces | |
soplex | |
Everything should be within this namespace. | |
Entry identifier class for items of a DataSet.
Definition in file datakey.h.