Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
This is the complete list of members for LockPtr< T >, including all inherited members.
isNull(void) const | LockPtr< T > | inline |
LockPtr(T *p=0) | LockPtr< T > | inline |
LockPtr(const LockPtr &l) | LockPtr< T > | inline |
null | LockPtr< T > | static |
operator bool(void) const | LockPtr< T > | inline |
operator!=(const LockPtr< T > &ap) const | LockPtr< T > | inline |
operator&(void) const | LockPtr< T > | inline |
operator*(void) const | LockPtr< T > | inline |
operator->(void) const | LockPtr< T > | inline |
operator<(const LockPtr< T > &ap) const | LockPtr< T > | inline |
operator<=(const LockPtr< T > &ap) const | LockPtr< T > | inline |
operator=(const LockPtr &lock) | LockPtr< T > | inline |
operator=(T *p) | LockPtr< T > | inline |
operator==(const LockPtr< T > &ap) const | LockPtr< T > | inline |
operator>(const LockPtr< T > &ap) const | LockPtr< T > | inline |
operator>=(const LockPtr< T > &ap) const | LockPtr< T > | inline |
~LockPtr(void) | LockPtr< T > | inline |