Smart pointer for handling memory pointers via associated memory adapter
Smart pointer for handling memory pointers via associated memory adapter
mem_ptr(T* t, MemoryAdapter* ma)
mem_ptr(const mem_ptr& rp)
~mem_ptr()
mem_ptr& operator = (const mem_ptr& rp)
void set(T* t, MemoryAdapter* ma)
bool operator == (const mem_ptr& rp) const
bool operator == (const T* ptr) const
bool operator != (const mem_ptr& rp) const
bool operator != (const T* ptr) const
Alphabetic index HTML hierarchy of classes or Java