#include <visitor.h>
|
| RootVisitor (Visitor::Key) |
|
virtual | ~RootVisitor ()=default |
|
template<typename AnyStrongPersistentType , std::enable_if_t< AnyStrongPersistentType::IsStrongPersistent::value > * = nullptr> |
void | Trace (const AnyStrongPersistentType &p) |
|
template<typename AnyWeakPersistentType , std::enable_if_t< !AnyWeakPersistentType::IsStrongPersistent::value > * = nullptr> |
void | Trace (const AnyWeakPersistentType &p) |
|
|
template<typename AnyPersistentType > |
static const void * | Extract (AnyPersistentType &p) |
|
template<typename PointerType > |
static void | HandleWeak (const LivenessBroker &info, const void *object) |
|
Definition at line 465 of file visitor.h.
◆ RootVisitor()
◆ ~RootVisitor()
virtual cppgc::internal::RootVisitor::~RootVisitor |
( |
| ) |
|
|
virtualdefault |
◆ Extract()
template<typename AnyPersistentType >
static const void * cppgc::internal::RootVisitor::Extract |
( |
AnyPersistentType & | p | ) |
|
|
inlinestaticprivate |
◆ HandleWeak()
template<typename PointerType >
static void cppgc::internal::RootVisitor::HandleWeak |
( |
const LivenessBroker & | info, |
|
|
const void * | object ) |
|
inlinestaticprivate |
◆ Trace() [1/2]
template<typename AnyStrongPersistentType , std::enable_if_t< AnyStrongPersistentType::IsStrongPersistent::value > * = nullptr>
void cppgc::internal::RootVisitor::Trace |
( |
const AnyStrongPersistentType & | p | ) |
|
|
inline |
◆ Trace() [2/2]
template<typename AnyWeakPersistentType , std::enable_if_t< !AnyWeakPersistentType::IsStrongPersistent::value > * = nullptr>
void cppgc::internal::RootVisitor::Trace |
( |
const AnyWeakPersistentType & | p | ) |
|
|
inline |
◆ VisitRoot()
◆ VisitWeakRoot()
The documentation for this class was generated from the following file: