#include <persistent-node.h>
Definition at line 27 of file persistent-node.h.
◆ PersistentNode() [1/2]
cppgc::internal::PersistentNode::PersistentNode |
( |
| ) |
|
|
default |
◆ PersistentNode() [2/2]
cppgc::internal::PersistentNode::PersistentNode |
( |
const PersistentNode & | | ) |
|
|
delete |
◆ FreeListNext()
PersistentNode * cppgc::internal::PersistentNode::FreeListNext |
( |
| ) |
const |
|
inline |
◆ InitializeAsFreeNode()
void cppgc::internal::PersistentNode::InitializeAsFreeNode |
( |
PersistentNode * | next | ) |
|
|
inline |
◆ InitializeAsUsedNode()
void cppgc::internal::PersistentNode::InitializeAsUsedNode |
( |
void * | owner, |
|
|
TraceRootCallback | trace ) |
|
inline |
◆ IsUsed()
bool cppgc::internal::PersistentNode::IsUsed |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ owner()
void * cppgc::internal::PersistentNode::owner |
( |
| ) |
const |
|
inline |
◆ Trace()
void cppgc::internal::PersistentNode::Trace |
( |
RootVisitor & | root_visitor | ) |
const |
|
inline |
◆ UpdateOwner()
void cppgc::internal::PersistentNode::UpdateOwner |
( |
void * | owner | ) |
|
|
inline |
◆ [union]
◆ next_
◆ owner_
void* cppgc::internal::PersistentNode::owner_ = nullptr |
◆ trace_
The documentation for this class was generated from the following file: