My climat station
SingletonPtr class
[Platform]
Data Structures | |
| struct | SingletonPtr< T > |
| Utility class for creating an using a singleton. More... | |
Functions | |
| static void | singleton_lock (void) |
| Lock the singleton mutex. | |
| static void | singleton_unlock (void) |
| Unlock the singleton mutex. | |
Function Documentation
| static void singleton_lock | ( | void | ) | [static] |
Lock the singleton mutex.
This function is typically used to provide exclusive access when initializing a global object.
Definition at line 43 of file SingletonPtr.h.
| static void singleton_unlock | ( | void | ) | [static] |
Unlock the singleton mutex.
This function is typically used to provide exclusive access when initializing a global object.
Definition at line 56 of file SingletonPtr.h.
Generated on Tue Jul 12 2022 14:26:26 by
1.7.2
Gleb Klochkov