NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Methods | List of all members
nvbio::internals::Deleter< T > Struct Template Reference

Detailed description

template< typename T>
struct nvbio::internals::Deleter< T >

Definition at line 50 of file shared_pointer.h.

#include <shared_pointer.h>

Public Types

typedef void result_type
 
typedef T * argument_type
 

Public Methods

void operator() (argument_type p) const
 

Member Typedef Documentation

template<typename T >
typedef T* nvbio::internals::Deleter< T >::argument_type

Definition at line 52 of file shared_pointer.h.

template<typename T >
typedef void nvbio::internals::Deleter< T >::result_type

Definition at line 51 of file shared_pointer.h.

Member Function Documentation

template<typename T >
void nvbio::internals::Deleter< T >::operator() ( argument_type  p) const
inline

Definition at line 54 of file shared_pointer.h.


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