libassa 3.5.1
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ASSA::AutoPtrArrayRef< R > Class Template Reference

A wrapper class to provide AutoPtr with reference semantics. More...

#include <AutoPtr.h>

Public Member Functions

 AutoPtrArrayRef (R *p_)
 

Public Attributes

Rm_ptr
 

Detailed Description

template<typename R>
class ASSA::AutoPtrArrayRef< R >

A wrapper class to provide AutoPtr with reference semantics.

An AutoPtr can be assigned (or constructed from) the result of a function which returns an AutoPtr by value (rvalue).

Definition at line 185 of file AutoPtr.h.

Constructor & Destructor Documentation

◆ AutoPtrArrayRef()

template<typename R >
ASSA::AutoPtrArrayRef< R >::AutoPtrArrayRef ( R p_)
inlineexplicit

Definition at line 187 of file AutoPtr.h.

187: m_ptr (p_) { /* no-op */ }

Member Data Documentation

◆ m_ptr

template<typename R >
R* ASSA::AutoPtrArrayRef< R >::m_ptr

Definition at line 189 of file AutoPtr.h.


The documentation for this class was generated from the following file: