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

#include <List.h>

Public Member Functions

bool isEmpty ()
 
Thead ()
 
Ttail ()
 
void push (T *node)
 
Tpop ()
 
TpopFront ()
 
void insertAfter (ListNode< T > *it, ListNode< T > *node)
 
void remove (ListNode< T > *node)
 
bool isEmpty ()
 
Thead ()
 
Ttail ()
 
void push (T *node)
 
Tpop ()
 
TpopFront ()
 
void insertAfter (ListNode< T > *it, ListNode< T > *node)
 
void remove (ListNode< T > *node)
 

Member Function Documentation

◆ head() [1/2]

template<typename T >
T* bmalloc::List< T >::head ( )
inline

◆ head() [2/2]

template<typename T >
T* bmalloc::List< T >::head ( )
inline

◆ insertAfter() [1/2]

template<typename T >
void bmalloc::List< T >::insertAfter ( ListNode< T > *  it,
ListNode< T > *  node 
)
inline

◆ insertAfter() [2/2]

template<typename T >
void bmalloc::List< T >::insertAfter ( ListNode< T > *  it,
ListNode< T > *  node 
)
inline

◆ isEmpty() [1/2]

template<typename T >
bool bmalloc::List< T >::isEmpty ( void  )
inline

◆ isEmpty() [2/2]

template<typename T >
bool bmalloc::List< T >::isEmpty ( )
inline

◆ pop() [1/2]

template<typename T >
T* bmalloc::List< T >::pop ( )
inline

◆ pop() [2/2]

template<typename T >
T* bmalloc::List< T >::pop ( )
inline

◆ popFront() [1/2]

template<typename T >
T* bmalloc::List< T >::popFront ( )
inline

◆ popFront() [2/2]

template<typename T >
T* bmalloc::List< T >::popFront ( )
inline

◆ push() [1/2]

template<typename T >
void bmalloc::List< T >::push ( T node)
inline

◆ push() [2/2]

template<typename T >
void bmalloc::List< T >::push ( T node)
inline

◆ remove() [1/2]

template<typename T >
void bmalloc::List< T >::remove ( ListNode< T > *  node)
inline

◆ remove() [2/2]

template<typename T >
void bmalloc::List< T >::remove ( ListNode< T > *  node)
inline

◆ tail() [1/2]

template<typename T >
T* bmalloc::List< T >::tail ( )
inline

◆ tail() [2/2]

template<typename T >
T* bmalloc::List< T >::tail ( )
inline

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