#include <backward.hpp>
Public Types | |
typedef rm_ptr< T >::type & | ref_t |
Public Member Functions | |
T | get () |
handle () | |
handle (const handle &from) | |
handle (T val) | |
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) |
void | update (T new_val) |
~handle () | |
Public Attributes | |
const typedef rm_ptr< T >::type & | const_ref_t |
Private Attributes | |
bool | _empty |
T | _val |
Definition at line 485 of file backward.hpp.
typedef rm_ptr<T>::type& backward::details::handle< T, Deleter >::ref_t |
Definition at line 557 of file backward.hpp.
|
inline |
Definition at line 496 of file backward.hpp.
|
inlineexplicit |
Definition at line 502 of file backward.hpp.
|
inlineexplicit |
Definition at line 503 of file backward.hpp.
|
inlineexplicit |
Definition at line 515 of file backward.hpp.
|
inline |
Definition at line 542 of file backward.hpp.
|
inline |
Definition at line 536 of file backward.hpp.
|
inline |
Definition at line 564 of file backward.hpp.
|
inline |
Definition at line 559 of file backward.hpp.
|
inline |
Definition at line 560 of file backward.hpp.
|
inline |
Definition at line 554 of file backward.hpp.
|
inline |
Definition at line 555 of file backward.hpp.
|
inline |
Definition at line 519 of file backward.hpp.
|
inline |
Definition at line 561 of file backward.hpp.
|
inline |
Definition at line 543 of file backward.hpp.
|
inline |
Definition at line 526 of file backward.hpp.
|
inline |
Definition at line 547 of file backward.hpp.
|
inline |
Definition at line 531 of file backward.hpp.
|
private |
Definition at line 488 of file backward.hpp.
|
private |
Definition at line 486 of file backward.hpp.
const typedef rm_ptr<T>::type& backward::details::handle< T, Deleter >::const_ref_t |
Definition at line 558 of file backward.hpp.