Loading...
Searching...
No Matches
Public Attributes | List of all members
cppgc::TraceDescriptor Struct Reference

#include <trace-trait.h>

Collaboration diagram for cppgc::TraceDescriptor:
[legend]

Public Attributes

const void * base_object_payload
 
TraceCallback callback
 

Detailed Description

Describes how to trace an object, i.e., how to visit all Oilpan-relevant fields of an object.

Member Data Documentation

◆ base_object_payload

const void* cppgc::TraceDescriptor::base_object_payload

Adjusted base pointer, i.e., the pointer to the class inheriting directly from GarbageCollected, of the object that is being traced.

◆ callback

TraceCallback cppgc::TraceDescriptor::callback

Callback for tracing the object.


The documentation for this struct was generated from the following file: