Scippy

SoPlex

Sequential object-oriented simPlex

idlist.h File Reference

Generic Real linked list. More...

#include <assert.h>
#include <stddef.h>
#include "spxdefines.h"
#include "islist.h"

Go to the source code of this file.

Classes

class  IdElement< T >
 Elements for IdLists.IdElements are derived from the template parameter class T and can hence be used as such. The additional methods next() and prev() provide access to the links for the list. They may freely be used by the programmer as long as an IdElement is not member of a IdList. In this case, the IdList controls members next() and prev(). However, IdList should provide enough functionality for the user not to require any modification to these members. More...
 
class  IdList< T >
 Generic Real linked list.Class IdList implements an intrusive Real linked list as a template class. As such, the list elements must provide the links themselfs. For conveniance, we also provide class IdElement that adds both links to an arbitrary class as template parameter. More...
 

Namespaces

namespace  soplex
 Everything should be within this namespace.
 

Detailed Description

Generic Real linked list.

Definition in file idlist.h.