barry: Your go-to motif accountant  0.0-1
Full enumeration of sample space and fast count of sufficient statistics for binary arrays
ConstBArrayRowIter< Cell_Type, Data_Type > Class Template Reference

#include <barray-iterator.hpp>

Collaboration diagram for ConstBArrayRowIter< Cell_Type, Data_Type >:

Public Member Functions

 ConstBArrayRowIter (const BArray< Cell_Type, Data_Type > *Array_)
 
 ~ConstBArrayRowIter ()
 

Public Attributes

size_t current_row
 
size_t current_col
 
Row_type< Cell_Type >::const_iterator iter
 
const BArray< Cell_Type, Data_Type > * Array
 

Detailed Description

template<typename Cell_Type, typename Data_Type>
class ConstBArrayRowIter< Cell_Type, Data_Type >

Definition at line 10 of file barray-iterator.hpp.

Constructor & Destructor Documentation

◆ ConstBArrayRowIter()

template<typename Cell_Type , typename Data_Type >
ConstBArrayRowIter< Cell_Type, Data_Type >::ConstBArrayRowIter ( const BArray< Cell_Type, Data_Type > *  Array_)
inline

Definition at line 17 of file barray-iterator.hpp.

◆ ~ConstBArrayRowIter()

template<typename Cell_Type , typename Data_Type >
ConstBArrayRowIter< Cell_Type, Data_Type >::~ConstBArrayRowIter ( )
inline

Definition at line 29 of file barray-iterator.hpp.

Member Data Documentation

◆ Array

template<typename Cell_Type , typename Data_Type >
const BArray<Cell_Type,Data_Type>* ConstBArrayRowIter< Cell_Type, Data_Type >::Array

Definition at line 15 of file barray-iterator.hpp.

◆ current_col

template<typename Cell_Type , typename Data_Type >
size_t ConstBArrayRowIter< Cell_Type, Data_Type >::current_col

Definition at line 13 of file barray-iterator.hpp.

◆ current_row

template<typename Cell_Type , typename Data_Type >
size_t ConstBArrayRowIter< Cell_Type, Data_Type >::current_row

Definition at line 13 of file barray-iterator.hpp.

◆ iter

template<typename Cell_Type , typename Data_Type >
Row_type<Cell_Type>::const_iterator ConstBArrayRowIter< Cell_Type, Data_Type >::iter

Definition at line 14 of file barray-iterator.hpp.


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