GenomicDataStream
A scalable interface between data and analysis
Loading...
Searching...
No Matches
gds::DataChunk< matType > Class Template Reference

#include <GenomicDataStream_virtual.h>

Public Member Functions

 DataChunk ()
 DataChunk (matType d)
 DataChunk (matType d, DataInfo *info)
 DataChunk (DataChunk &&) noexcept=default
DataChunkoperator= (DataChunk &&) noexcept=default
 DataChunk (const DataChunk &)=delete
DataChunkoperator= (const DataChunk &)=delete
 ~DataChunk ()
const matType & getData () const &
matType & getData () &
matType getData () &&
template<typename infoType>
const infoType * getInfo () const

Detailed Description

template<typename matType>
class gds::DataChunk< matType >

Store the data matrix and info for a data chunk

Constructor & Destructor Documentation

◆ DataChunk() [1/5]

template<typename matType>
gds::DataChunk< matType >::DataChunk ( )
inline

◆ DataChunk() [2/5]

template<typename matType>
gds::DataChunk< matType >::DataChunk ( matType d)
inlineexplicit

◆ DataChunk() [3/5]

template<typename matType>
gds::DataChunk< matType >::DataChunk ( matType d,
DataInfo * info )
inlineexplicit

◆ DataChunk() [4/5]

template<typename matType>
gds::DataChunk< matType >::DataChunk ( DataChunk< matType > && )
defaultnoexcept

◆ DataChunk() [5/5]

template<typename matType>
gds::DataChunk< matType >::DataChunk ( const DataChunk< matType > & )
delete

◆ ~DataChunk()

template<typename matType>
gds::DataChunk< matType >::~DataChunk ( )
inline

Destructor

Member Function Documentation

◆ getData() [1/3]

template<typename matType>
matType & gds::DataChunk< matType >::getData ( ) &
inline

◆ getData() [2/3]

template<typename matType>
matType gds::DataChunk< matType >::getData ( ) &&
inline

◆ getData() [3/3]

template<typename matType>
const matType & gds::DataChunk< matType >::getData ( ) const &
inline

Accessor

◆ getInfo()

template<typename matType>
template<typename infoType>
const infoType * gds::DataChunk< matType >::getInfo ( ) const
inline

Accessor

◆ operator=() [1/2]

template<typename matType>
DataChunk & gds::DataChunk< matType >::operator= ( const DataChunk< matType > & )
delete

◆ operator=() [2/2]

template<typename matType>
DataChunk & gds::DataChunk< matType >::operator= ( DataChunk< matType > && )
defaultnoexcept

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