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

Detailed description

template< typename index_type>
struct nvbio::mem::locate_ssa_results< index_type >

Definition at line 918 of file mem_inl.h.

#include <mem_inl.h>

Public Types

typedef index_type::index_type coord_type
 
typedef index_type::range_type range_type
 
typedef MEMHit< coord_typemem_type
 
typedef mem_type argument_type
 
typedef mem_type result_type
 

Public Methods

NVBIO_FORCEINLINE NVBIO_HOST_DEVICE locate_ssa_results (const index_type _index)
 
NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE mem_type 
operator() (const mem_type mem) const
 

Public Members

const index_type index
 

Member Typedef Documentation

template<typename index_type >
typedef mem_type nvbio::mem::locate_ssa_results< index_type >::argument_type

Definition at line 924 of file mem_inl.h.

template<typename index_type >
typedef index_type::index_type nvbio::mem::locate_ssa_results< index_type >::coord_type

Definition at line 920 of file mem_inl.h.

template<typename index_type >
typedef MEMHit<coord_type> nvbio::mem::locate_ssa_results< index_type >::mem_type

Definition at line 922 of file mem_inl.h.

template<typename index_type >
typedef index_type::range_type nvbio::mem::locate_ssa_results< index_type >::range_type

Definition at line 921 of file mem_inl.h.

template<typename index_type >
typedef mem_type nvbio::mem::locate_ssa_results< index_type >::result_type

Definition at line 925 of file mem_inl.h.

Constructor & Destructor Documentation

template<typename index_type >
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE nvbio::mem::locate_ssa_results< index_type >::locate_ssa_results ( const index_type  _index)
inline

Definition at line 929 of file mem_inl.h.

Member Function Documentation

template<typename index_type >
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE mem_type nvbio::mem::locate_ssa_results< index_type >::operator() ( const mem_type  mem) const
inline

Definition at line 933 of file mem_inl.h.

Member Data Documentation

template<typename index_type >
const index_type nvbio::mem::locate_ssa_results< index_type >::index

Definition at line 945 of file mem_inl.h.


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