Realm
A distributed, event-based tasking library
Loading...
Searching...
No Matches
Realm::IntrusiveListLink< T > Struct Template Reference

#include <lists.h>

Public Member Functions

 IntrusiveListLink (void)
 
 ~IntrusiveListLink (void)
 

Public Attributes

T * next
 

Constructor & Destructor Documentation

◆ IntrusiveListLink()

template<typename T >
Realm::IntrusiveListLink< T >::IntrusiveListLink ( void  )

◆ ~IntrusiveListLink()

template<typename T >
Realm::IntrusiveListLink< T >::~IntrusiveListLink ( void  )

Member Data Documentation

◆ next

template<typename T >
T* Realm::IntrusiveListLink< T >::next

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