Object#
Fully qualified name: carb::tasking::Object
Defined in carb/tasking/TaskingTypes.h
-
struct Object#
A generic.
ABI-safe representation of multiple types.
Subclassed by carb::tasking::RequiredObject, carb::tasking::Tracker
Public Members
-
ObjectType type#
The ObjectType of the represented type.
-
void *data#
Interpreted based on the ObjectType provided.
-
ObjectType type#