#include <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 |
◆ next_
◆ owner_
void* cppgc::internal::PersistentNode::owner_ = nullptr |
The documentation for this class was generated from the following file: