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

#include <GCIncomingRefCounted.h>

Inheritance diagram for JSC::GCIncomingRefCounted< T >:

Public Member Functions

 GCIncomingRefCounted ()
 
 ~GCIncomingRefCounted ()
 
size_t numberOfIncomingReferences () const
 
JSCellincomingReferenceAt (size_t index) const
 
bool addIncomingReference (JSCell *)
 
template<typename FilterFunctionType >
bool filterIncomingReferences (FilterFunctionType &)
 
 GCIncomingRefCounted ()
 
 ~GCIncomingRefCounted ()
 
size_t numberOfIncomingReferences () const
 
JSCellincomingReferenceAt (size_t index) const
 
bool addIncomingReference (JSCell *)
 
template<typename FilterFunctionType >
bool filterIncomingReferences (FilterFunctionType &)
 

Constructor & Destructor Documentation

◆ GCIncomingRefCounted() [1/2]

template<typename T>
JSC::GCIncomingRefCounted< T >::GCIncomingRefCounted ( )
inline

◆ ~GCIncomingRefCounted() [1/2]

template<typename T>
JSC::GCIncomingRefCounted< T >::~GCIncomingRefCounted ( )
inline

◆ GCIncomingRefCounted() [2/2]

template<typename T>
JSC::GCIncomingRefCounted< T >::GCIncomingRefCounted ( )
inline

◆ ~GCIncomingRefCounted() [2/2]

template<typename T>
JSC::GCIncomingRefCounted< T >::~GCIncomingRefCounted ( )
inline

Member Function Documentation

◆ addIncomingReference() [1/2]

template<typename T >
bool JSC::GCIncomingRefCounted< T >::addIncomingReference ( JSCell cell)

◆ addIncomingReference() [2/2]

template<typename T>
bool JSC::GCIncomingRefCounted< T >::addIncomingReference ( JSCell )

◆ filterIncomingReferences() [1/2]

template<typename T >
template<typename FilterFunctionType >
bool JSC::GCIncomingRefCounted< T >::filterIncomingReferences ( FilterFunctionType &  filterFunction)

◆ filterIncomingReferences() [2/2]

template<typename T>
template<typename FilterFunctionType >
bool JSC::GCIncomingRefCounted< T >::filterIncomingReferences ( FilterFunctionType &  )

◆ incomingReferenceAt() [1/2]

template<typename T>
JSCell* JSC::GCIncomingRefCounted< T >::incomingReferenceAt ( size_t  index) const
inline

◆ incomingReferenceAt() [2/2]

template<typename T>
JSCell* JSC::GCIncomingRefCounted< T >::incomingReferenceAt ( size_t  index) const
inline

◆ numberOfIncomingReferences() [1/2]

template<typename T>
size_t JSC::GCIncomingRefCounted< T >::numberOfIncomingReferences ( ) const
inline

◆ numberOfIncomingReferences() [2/2]

template<typename T>
size_t JSC::GCIncomingRefCounted< T >::numberOfIncomingReferences ( ) const
inline

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