Smart pointer for handling memory pointers via associated memory adapter
Public Methods
-
mem_ptr()
-
mem_ptr(T* t, MemoryAdapter* ma)
-
mem_ptr(const mem_ptr& rp)
-
~mem_ptr()
-
inline mem_ptr& operator = (const mem_ptr& rp)
-
inline void set(T* t, MemoryAdapter* ma)
-
inline const bool operator == (const mem_ptr& rp) const
-
inline const bool operator == (const T* ptr) const
-
inline const bool operator != (const mem_ptr& rp) const
-
inline const bool operator != (const T* ptr) const
-
inline T& operator*()
-
inline const T& operator*() const
-
inline T* operator->()
-
inline const T* operator->() const
-
inline const bool operator!() const
-
inline const bool valid() const
-
inline T* get()
-
inline const T* get() const
Documentation
Smart pointer for handling memory pointers via associated memory adapter
- mem_ptr()
- mem_ptr(T* t, MemoryAdapter* ma)
- mem_ptr(const mem_ptr& rp)
- ~mem_ptr()
- inline mem_ptr& operator = (const mem_ptr& rp)
- inline void set(T* t, MemoryAdapter* ma)
- inline const bool operator == (const mem_ptr& rp) const
- inline const bool operator == (const T* ptr) const
- inline const bool operator != (const mem_ptr& rp) const
- inline const bool operator != (const T* ptr) const
- inline T& operator*()
- inline const T& operator*() const
- inline T* operator->()
- inline const T* operator->() const
- inline const bool operator!() const
- inline const bool valid() const
- inline T* get()
- inline const T* get() const
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.