Extended CUDA Library (ecuda)  2.0
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
\Necuda
 oChost_allocatorAllocator for page-locked host memory
 oCdevice_allocatorAllocator for device memory
 oCdevice_pitch_allocatorAllocator for hardware aligned device memory
 oCarrayA fixed-size array stored in device memory
 oCcubeA resizable cube stored in device memory
 oCcuda_errorException for CUDA API cudaError_t errors
 oCdeviceEncapsulates CUDA API device information functions
 oCeventEncapsulates CUDA API event objects and functions
 oCpadded_ptrA specialized pointer to padded memory
 oCdevice_iterator_tagIterator category denoting device memory
 oCdevice_contiguous_iterator_tagIterator category denoting contiguous device memory
 oCdevice_contiguous_block_iterator_tagIterator category denoting device memory that is made of contiguous blocks (but the blocks themselves are non-contiguous)
 oCdevice_iterator
 oCdevice_contiguous_iterator
 oCdevice_contiguous_block_iterator
 oCreverse_device_iterator
 oCiterator_traits
 oCiterator_traits< device_iterator< T, PointerType, Category > >
 oCiterator_traits< device_contiguous_iterator< T > >
 oCiterator_traits< device_contiguous_block_iterator< T, P > >
 oCiterator_traits< reverse_device_iterator< Iterator > >
 oCiterator_traits< T * >
 oCmatrixA resizable matrix stored in device memory
 oCowner_less
 oCowner_less< shared_ptr< T > >
 oCdefault_device_deleteThe default destruction policy used by smart pointers to device memory
 oCdefault_host_deleteThe default destruction policy used by smart pointers to page-locked host memory
 oCshared_ptrA smart pointer that retains shared ownership of an object in device memory
 oCstriding_padded_ptrA specialized pointer to striding memory
 oCstriding_ptrA specialized pointer to striding memory
 oCunique_ptrA smart pointer that retains sole ownership of an object
 oCpairCouples together a pair of values
 \CvectorA resizable vector stored in device memory