webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <SinglyLinkedList.h>
Public Member Functions | |
SinglyLinkedList () | |
bool | isEmpty () |
void | push (Node *) |
Node * | pop () |
SinglyLinkedList () | |
bool | isEmpty () |
void | push (Node *) |
Node * | pop () |
SinglyLinkedList () | |
bool | isEmpty () |
void | push (Node *) |
Node * | pop () |
|
inline |
WTF::SinglyLinkedList< Node >::SinglyLinkedList | ( | ) |
WTF::SinglyLinkedList< Node >::SinglyLinkedList | ( | ) |
|
inline |
bool WTF::SinglyLinkedList< Node >::isEmpty | ( | ) |
bool WTF::SinglyLinkedList< Node >::isEmpty | ( | ) |
|
inline |
Node* WTF::SinglyLinkedList< Node >::pop | ( | ) |
Node* WTF::SinglyLinkedList< Node >::pop | ( | ) |
|
inline |
void WTF::SinglyLinkedList< Node >::push | ( | Node * | ) |
void WTF::SinglyLinkedList< Node >::push | ( | Node * | ) |