LibreOffice
LibreOffice 24.2 SDK C/C++ API Reference
|
Helper class for a late-initialized static aggregate, e.g. More...
#include <instance.hxx>
Static Public Member Functions | |
static T * | get () |
Gets the static aggregate, late-initializing. More... | |
Helper class for a late-initialized static aggregate, e.g.
an array, implementing the double-checked locking pattern correctly.
T | aggregate's element type |
InitAggregate | initializer functor class |
|
inlinestatic |
Gets the static aggregate, late-initializing.
Mutual exclusion is performed using the osl global mutex.