webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
bmalloc::ListNode< T > Struct Template Reference

#include <List.h>

Public Member Functions

 ListNode ()
 
 ListNode ()
 

Public Attributes

ListNode< T > * prev
 
ListNode< T > * next
 

Constructor & Destructor Documentation

◆ ListNode() [1/2]

template<typename T>
bmalloc::ListNode< T >::ListNode ( )
inline

◆ ListNode() [2/2]

template<typename T>
bmalloc::ListNode< T >::ListNode ( )
inline

Member Data Documentation

◆ next

template<typename T>
ListNode< T > * bmalloc::ListNode< T >::next

◆ prev

template<typename T>
ListNode< T > * bmalloc::ListNode< T >::prev

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