|
Broom 1.0.0
A thread-local C++ Garbage Collector
|
#include <broom.h>

Public Attributes | |
| bool | support_sharing = false |
| bool | run_destructors_on_shutdown = true |
A configuration structure accepted by Broom. It is currently empty, but in the future will support toggling on/off temporal safety, selecting the sweeping method, etc. Instead of using broom_configuration_s, one should use broom_configuration, which is a typedef for this struct.
| bool broom_configuration_s::run_destructors_on_shutdown = true |
| bool broom_configuration_s::support_sharing = false |
A boolean to indicate whether or not sharing pointers is supported by the current garbage collector. See broom::share for more information.