#include <backward.hpp>
Public Types | |
typedef const rm_ptr< T >::type & | const_ref_t |
typedef rm_ptr< T >::type & | ref_t |
Public Member Functions | |
T | get () |
handle () | |
handle (T val) | |
handle (const handle &from) | |
operator const dummy * () const | |
T * | operator& () |
ref_t | operator* () |
const_ref_t | operator* () const |
T | operator-> () |
const T | operator-> () const |
handle & | operator= (const handle &from) |
ref_t | operator[] (size_t idx) |
T | release () |
void | reset (T new_val) |
void | swap (handle &b) |
~handle () | |
Private Attributes | |
bool | _empty |
T | _val |
Definition at line 312 of file backward.hpp.
typedef const rm_ptr<T>::type& backward::details::handle< T, Deleter >::const_ref_t |
Definition at line 378 of file backward.hpp.
typedef rm_ptr<T>::type& backward::details::handle< T, Deleter >::ref_t |
Definition at line 377 of file backward.hpp.
|
inline |
Definition at line 323 of file backward.hpp.
|
inlineexplicit |
Definition at line 329 of file backward.hpp.
|
inlineexplicit |
Definition at line 330 of file backward.hpp.
|
inlineexplicit |
Definition at line 340 of file backward.hpp.
|
inline |
Definition at line 360 of file backward.hpp.
|
inline |
Definition at line 354 of file backward.hpp.
|
inline |
Definition at line 384 of file backward.hpp.
|
inline |
Definition at line 379 of file backward.hpp.
|
inline |
Definition at line 380 of file backward.hpp.
|
inline |
Definition at line 374 of file backward.hpp.
|
inline |
Definition at line 375 of file backward.hpp.
|
inline |
Definition at line 344 of file backward.hpp.
|
inline |
Definition at line 381 of file backward.hpp.
|
inline |
Definition at line 363 of file backward.hpp.
|
inline |
Definition at line 350 of file backward.hpp.
|
inline |
Definition at line 367 of file backward.hpp.
|
private |
Definition at line 315 of file backward.hpp.
|
private |
Definition at line 313 of file backward.hpp.