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

Detailed description

template< typename T>
struct nvbio::pod_reader< T >

Definition at line 64 of file pod.h.

#include <pod.h>

Public Methods

NVBIO_FORCEINLINE NVBIO_DEVICE pod_reader ()
 
NVBIO_FORCEINLINE NVBIO_DEVICE pod_reader (const T &e)
 
NVBIO_FORCEINLINE NVBIO_DEVICE operator T ()
 

Public Members

const T * ptr
 

Constructor & Destructor Documentation

template<typename T >
NVBIO_FORCEINLINE NVBIO_DEVICE nvbio::pod_reader< T >::pod_reader ( )
inline

Definition at line 67 of file pod.h.

template<typename T >
NVBIO_FORCEINLINE NVBIO_DEVICE nvbio::pod_reader< T >::pod_reader ( const T &  e)
inline

Definition at line 70 of file pod.h.

Member Function Documentation

template<typename T >
NVBIO_FORCEINLINE NVBIO_DEVICE nvbio::pod_reader< T >::operator T ( )
inline

Definition at line 73 of file pod.h.

Member Data Documentation

template<typename T >
const T* nvbio::pod_reader< T >::ptr

Definition at line 75 of file pod.h.


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