MPSolve 3.2.1
Loading...
Searching...
No Matches
mps_list_element Struct Reference

Public Attributes

void * value
 The value pointed by this list element. Note that holding this pointer in the first field of the struct allows to painlessly cast a mps_list_element to the pointer inside it.
 
struct mps_list_elementnext
 The next element in the list. More...
 
struct mps_list_elementprevious
 The previous element in the list. More...
 

Member Data Documentation

◆ next

struct mps_list_element* mps_list_element::next

The next element in the list.

This value should be NULL if this is the last element of the list or the element is detached.

◆ previous

struct mps_list_element* mps_list_element::previous

The previous element in the list.

This value should be NULL if this is the first element of the list or the element is detached.


The documentation for this struct was generated from the following file: