Methods of Class StaticWithArg


get
static T & get(
const Data & rData );

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

get
static T & get(
Data & rData );

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