| LibreOffice
    LibreOffice 24.8 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. | |
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.