|
MPSolve 3.2.2
|
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_element * | next |
| The next element in the list. | |
| struct mps_list_element * | previous |
| The previous element in the list. | |
| 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.
| 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.