Methods of Class Static


get
static T & get();

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO YES YES NO

Summary
Gets the static. Mutual exclusion is performed using the osl global mutex.
Return
static variable

Top of Page