Home
last modified time | relevance | path

Searched refs:OsclSingletonEx (Results 1 – 1 of 1) sorted by relevance

/external/opencore/oscl/oscl/osclerror/src/
Doscl_error.h246 template < class T, uint32 ID, class Registry = OsclSingletonRegistryEx > class OsclSingletonEx
250 OsclSingletonEx& operator=(OsclSingletonEx& _Y)
259 OsclSingletonEx(): _Ptr(OSCL_STATIC_CAST(T*, Registry::getInstance(ID))) {}; in OsclSingletonEx() function
261 ~OsclSingletonEx() {}; in ~OsclSingletonEx()