Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
Runtime::GCGlobals Struct Reference

Static Public Member Functions

static GCGlobalsget ()
 

Public Attributes

std::set< GCObject * > allObjects
 

Detailed Description

Definition at line 12 of file ObjectGC.cpp.

Member Function Documentation

◆ get()

static GCGlobals & Runtime::GCGlobals::get ( )
inlinestatic

Definition at line 16 of file ObjectGC.cpp.

17 {
18 static GCGlobals globals;
19 return globals;
20 }
Here is the caller graph for this function:

Member Data Documentation

◆ allObjects

std::set<GCObject*> Runtime::GCGlobals::allObjects

Definition at line 14 of file ObjectGC.cpp.


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