libsq3  2007.10.18
Public Types | Static Public Member Functions | List of all members
refcount::Detail::ref_type< void > Struct Template Reference

Internal detail for dereferencing pointers. More...

#include <refcount.hpp>

Public Types

typedef void *& type
 Same as (void*&). More...
 

Static Public Member Functions

static type deref (type xx)
 Returns xx. More...
 

Detailed Description

template<>
struct refcount::Detail::ref_type< void >

Internal detail for dereferencing pointers.

Definition at line 87 of file refcount.hpp.

Member Typedef Documentation

typedef void* & refcount::Detail::ref_type< void >::type

Same as (void*&).

Definition at line 90 of file refcount.hpp.

Member Function Documentation

static type refcount::Detail::ref_type< void >::deref ( type  xx)
inlinestatic

Returns xx.

Definition at line 92 of file refcount.hpp.


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