libsq3 2007.10.18
|
Internal detail for dereferencing pointers. More...
#include <refcount.hpp>
Public Types | |
typedef void *& | type |
Same as (void*&). | |
typedef void & | type |
Same as (T&). | |
Static Public Member Functions | |
static type | deref (type xx) |
Returns xx. | |
static type | deref (void *t) |
Returns *t. | |
Internal detail for dereferencing pointers.
Definition at line 87 of file refcount.hpp.
typedef void& refcount::Detail::ref_type< void >::type |
Same as (T&).
Definition at line 79 of file refcount.hpp.
typedef void* & refcount::Detail::ref_type< void >::type |
Same as (void*&).
Definition at line 90 of file refcount.hpp.
|
inlinestatic |
Returns xx.
Definition at line 92 of file refcount.hpp.
|
inlinestatic |
Returns *t.
Definition at line 81 of file refcount.hpp.