Loading...
Searching...
No Matches
Public Member Functions | List of all members
cppgc::internal::PersistentNode Class Referencefinal

#include <persistent-node.h>

Collaboration diagram for cppgc::internal::PersistentNode:
[legend]

Public Member Functions

 PersistentNode ()=default
 
 PersistentNode (const PersistentNode &)=delete
 
PersistentNodeoperator= (const PersistentNode &)=delete
 
void InitializeAsUsedNode (void *owner, TraceRootCallback trace)
 
void InitializeAsFreeNode (PersistentNode *next)
 
void UpdateOwner (void *owner)
 
PersistentNodeFreeListNext () const
 
void Trace (RootVisitor &root_visitor) const
 
bool IsUsed () const
 
void * owner () const
 

Constructor & Destructor Documentation

◆ PersistentNode() [1/2]

cppgc::internal::PersistentNode::PersistentNode ( )
default

◆ PersistentNode() [2/2]

cppgc::internal::PersistentNode::PersistentNode ( const PersistentNode )
delete

Member Function Documentation

◆ FreeListNext()

PersistentNode * cppgc::internal::PersistentNode::FreeListNext ( ) const
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ InitializeAsFreeNode()

void cppgc::internal::PersistentNode::InitializeAsFreeNode ( PersistentNode next)
inline
Here is the caller graph for this function:

◆ InitializeAsUsedNode()

void cppgc::internal::PersistentNode::InitializeAsUsedNode ( void *  owner,
TraceRootCallback  trace 
)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ IsUsed()

bool cppgc::internal::PersistentNode::IsUsed ( ) const
inline
Here is the caller graph for this function:

◆ operator=()

PersistentNode & cppgc::internal::PersistentNode::operator= ( const PersistentNode )
delete

◆ owner()

void * cppgc::internal::PersistentNode::owner ( ) const
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ Trace()

void cppgc::internal::PersistentNode::Trace ( RootVisitor root_visitor) const
inline
Here is the call graph for this function:

◆ UpdateOwner()

void cppgc::internal::PersistentNode::UpdateOwner ( void *  owner)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ next_

PersistentNode* cppgc::internal::PersistentNode::next_

◆ owner_

void* cppgc::internal::PersistentNode::owner_ = nullptr

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