ManagedStaticBase ‐ Common base class for ManagedStatic instances.
Synopsis
Declared in <llvm/Support/ManagedStatic.h>
class ManagedStaticBase;
Member Functions
Name |
Description |
|
Construct an uninitialized ManagedStaticBase. |
Destroy the managed object and unregister this ManagedStatic. |
|
isConstructed ‐ Return true if this object has not been created yet. |
Protected Member Functions
Name |
Description |
Register this ManagedStatic for construction and later destruction. |
Protected Data Members
Derived Classes
Name |
Description |
Lazily constructed global destroyed explicitly by llvm_shutdown(). |
Created with MrDocs