![]() |
Realm
A distributed, event-based tasking library
|
#include <lists.h>
Public Member Functions | |
| IntrusivePriorityListLink (void) | |
| ~IntrusivePriorityListLink (void) | |
Public Attributes | |
| T * | next_within_pri |
| T ** | lastlink_within_pri |
| T * | next_lower_pri |
| Realm::IntrusivePriorityListLink< T >::IntrusivePriorityListLink | ( | void | ) |
| Realm::IntrusivePriorityListLink< T >::~IntrusivePriorityListLink | ( | void | ) |
| T** Realm::IntrusivePriorityListLink< T >::lastlink_within_pri |
| T* Realm::IntrusivePriorityListLink< T >::next_lower_pri |
| T* Realm::IntrusivePriorityListLink< T >::next_within_pri |