Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
This is the complete list of members for Ref< T >, including all inherited members.
operator T&(void) const | Ref< T > | inline |
operator&(void) const | Ref< T > | inline |
operator*(void) const | Ref< T > | inline |
operator->(void) const | Ref< T > | inline |
operator=(T *_ptr) | Ref< T > | inline |
operator=(const Ref< T > &ref) | Ref< T > | inline |
operator=(const T &val) | Ref< T > | inline |
Ref(T *_ptr) | Ref< T > | inline |
Ref(const Ref< T > &ref) | Ref< T > | inline |