v8
8.4.371 (node 14.15.5)
V8 is Google's open source JavaScript engine
|
#include <type_traits>
#include "cppgc/internal/api-constants.h"
#include "cppgc/macros.h"
#include "cppgc/platform.h"
#include "cppgc/trace-trait.h"
#include "cppgc/type-traits.h"
Go to the source code of this file.
Data Structures | |
class | GarbageCollectedBase |
class | GarbageCollected< typename > |
class | GarbageCollectedMixin |
Namespaces | |
cppgc | |
cppgc::internal | |
Macros | |
#define | USING_GARBAGE_COLLECTED_MIXIN() |
#define | MERGE_GARBAGE_COLLECTED_MIXINS() |
#define MERGE_GARBAGE_COLLECTED_MIXINS | ( | ) |
Merge two or more Mixins into one.
Definition at line 178 of file garbage-collected.h.
#define USING_GARBAGE_COLLECTED_MIXIN | ( | ) |
Macro defines all methods and markers needed for handling mixins. Must be used on the type that is inheriting from GarbageCollected and GarbageCollectedMixin.
Definition at line 148 of file garbage-collected.h.