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

#include <GraphNodeWorklist.h>

Public Member Functions

 GraphNodeWith ()
 
 GraphNodeWith (Node node, const T &data)
 
 operator bool () const
 
 GraphNodeWith ()
 
 GraphNodeWith (Node node, const T &data)
 
 operator bool () const
 
 GraphNodeWith ()
 
 GraphNodeWith (Node node, const T &data)
 
 operator bool () const
 

Public Attributes

Node node
 
T data
 

Constructor & Destructor Documentation

◆ GraphNodeWith() [1/6]

template<typename Node, typename T>
WTF::GraphNodeWith< Node, T >::GraphNodeWith ( )
inline

◆ GraphNodeWith() [2/6]

template<typename Node, typename T>
WTF::GraphNodeWith< Node, T >::GraphNodeWith ( Node  node,
const T data 
)
inline

◆ GraphNodeWith() [3/6]

template<typename Node, typename T>
WTF::GraphNodeWith< Node, T >::GraphNodeWith ( )
inline

◆ GraphNodeWith() [4/6]

template<typename Node, typename T>
WTF::GraphNodeWith< Node, T >::GraphNodeWith ( Node  node,
const T data 
)
inline

◆ GraphNodeWith() [5/6]

template<typename Node, typename T>
WTF::GraphNodeWith< Node, T >::GraphNodeWith ( )
inline

◆ GraphNodeWith() [6/6]

template<typename Node, typename T>
WTF::GraphNodeWith< Node, T >::GraphNodeWith ( Node  node,
const T data 
)
inline

Member Function Documentation

◆ operator bool() [1/3]

template<typename Node, typename T>
WTF::GraphNodeWith< Node, T >::operator bool ( ) const
inlineexplicit

◆ operator bool() [2/3]

template<typename Node, typename T>
WTF::GraphNodeWith< Node, T >::operator bool ( ) const
inlineexplicit

◆ operator bool() [3/3]

template<typename Node, typename T>
WTF::GraphNodeWith< Node, T >::operator bool ( ) const
inlineexplicit

Member Data Documentation

◆ data

template<typename Node, typename T>
T WTF::GraphNodeWith< Node, T >::data

◆ node

template<typename Node, typename T>
Node WTF::GraphNodeWith< Node, T >::node

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