webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
TestWebKitAPI::TestNode Class Reference
Inheritance diagram for TestWebKitAPI::TestNode:
WTF::RedBlackTree< NodeType, KeyType >::Node

Public Member Functions

 TestNode (char key, unsigned value)
 
char key ()
 
- Public Member Functions inherited from WTF::RedBlackTree< NodeType, KeyType >::Node
const NodeType * successor () const
 
const NodeType * predecessor () const
 
NodeType * successor ()
 
NodeType * predecessor ()
 
const NodeType * successor () const
 
const NodeType * predecessor () const
 
NodeType * successor ()
 
NodeType * predecessor ()
 
const NodeType * successor () const
 
const NodeType * predecessor () const
 
NodeType * successor ()
 
NodeType * predecessor ()
 

Public Attributes

char m_key
 
unsigned m_value
 

Constructor & Destructor Documentation

◆ TestNode()

TestWebKitAPI::TestNode::TestNode ( char  key,
unsigned  value 
)
inline

Member Function Documentation

◆ key()

char TestWebKitAPI::TestNode::key ( )
inline

Member Data Documentation

◆ m_key

char TestWebKitAPI::TestNode::m_key

◆ m_value

unsigned TestWebKitAPI::TestNode::m_value

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