#include <member-storage.h>
Definition at line 228 of file member-storage.h.
◆ IntegralType
◆ RawPointer() [1/3]
V8_INLINE cppgc::internal::RawPointer::RawPointer |
( |
| ) |
|
|
inline |
◆ RawPointer() [2/3]
◆ RawPointer() [3/3]
V8_INLINE cppgc::internal::RawPointer::RawPointer |
( |
const void * | ptr | ) |
|
|
inlineexplicit |
◆ Clear()
V8_INLINE void cppgc::internal::RawPointer::Clear |
( |
| ) |
|
|
inline |
◆ GetAsInteger()
V8_INLINE uintptr_t cppgc::internal::RawPointer::GetAsInteger |
( |
| ) |
const |
|
inline |
◆ IsCleared()
V8_INLINE bool cppgc::internal::RawPointer::IsCleared |
( |
| ) |
const |
|
inline |
◆ IsSentinel()
V8_INLINE bool cppgc::internal::RawPointer::IsSentinel |
( |
| ) |
const |
|
inline |
◆ Load()
V8_INLINE const void * cppgc::internal::RawPointer::Load |
( |
| ) |
const |
|
inline |
◆ LoadAtomic()
V8_INLINE const void * cppgc::internal::RawPointer::LoadAtomic |
( |
| ) |
const |
|
inline |
◆ Store()
V8_INLINE void cppgc::internal::RawPointer::Store |
( |
const void * | ptr | ) |
|
|
inline |
◆ StoreAtomic()
V8_INLINE void cppgc::internal::RawPointer::StoreAtomic |
( |
const void * | ptr | ) |
|
|
inline |
◆ VisitPossiblePointers()
template<typename Callback >
static V8_INLINE void cppgc::internal::RawPointer::VisitPossiblePointers |
( |
const void * | address, |
|
|
Callback | callback ) |
|
inlinestatic |
◆ operator!=
◆ operator<
◆ operator<=
◆ operator==
◆ operator>
◆ operator>=
◆ kWriteBarrierSlotType
auto cppgc::internal::RawPointer::kWriteBarrierSlotType |
|
staticconstexpr |
◆ ptr_
const void* cppgc::internal::RawPointer::ptr_ |
|
private |
The documentation for this class was generated from the following file: