#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) |
| |
◆ RootVisitor()
◆ ~RootVisitor()
| virtual cppgc::internal::RootVisitor::~RootVisitor |
( |
| ) |
|
|
virtualdefault |
◆ 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: