Elm  1.0
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
elm::Ref< T > Member List

This is the complete list of members for elm::Ref< T >, including all inherited members.

operator T &(void) const elm::Ref< T >
operator&(void) const elm::Ref< T >
operator*(void) const elm::Ref< T >
operator->(void) const elm::Ref< T >
operator=(T *_ptr)elm::Ref< T >
operator=(const Ref< T > &ref)elm::Ref< T >
operator=(const T &val)elm::Ref< T >
Ref(T *_ptr)elm::Ref< T >
Ref(const Ref< T > &ref)elm::Ref< T >