#include <trace-trait.h>
Public Attributes | |
const void * | base_object_payload |
TraceCallback | callback |
Describes how to trace an object, i.e., how to visit all Oilpan-relevant fields of an object.
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.
TraceCallback cppgc::TraceDescriptor::callback |
Callback for tracing the object.