#include <barraycell-bones.hpp>
template<typename Cell_Type = bool, typename Data_Type = bool>
class BArrayCell< Cell_Type, Data_Type >
Definition at line 7 of file barraycell-bones.hpp.
◆ BArrayCell()
template<typename Cell_Type = bool, typename Data_Type = bool>
BArrayCell< Cell_Type, Data_Type >::BArrayCell |
( |
BArray< Cell_Type, Data_Type > * |
Array_, |
|
|
size_t |
i_, |
|
|
size_t |
j_, |
|
|
bool |
check_bounds = true |
|
) |
| |
|
inline |
◆ ~BArrayCell()
template<typename Cell_Type = bool, typename Data_Type = bool>
◆ operator Cell_Type()
template<typename Cell_Type , typename Data_Type >
BArrayCell< Cell_Type, Data_Type >::operator Cell_Type |
|
inline |
◆ operator*=()
template<typename Cell_Type , typename Data_Type >
void BArrayCell< Cell_Type, Data_Type >::operator*= |
( |
const Cell_Type & |
val | ) |
|
|
inline |
◆ operator+=()
template<typename Cell_Type , typename Data_Type >
void BArrayCell< Cell_Type, Data_Type >::operator+= |
( |
const Cell_Type & |
val | ) |
|
|
inline |
◆ operator-=()
template<typename Cell_Type , typename Data_Type >
void BArrayCell< Cell_Type, Data_Type >::operator-= |
( |
const Cell_Type & |
val | ) |
|
|
inline |
◆ operator/=()
template<typename Cell_Type , typename Data_Type >
void BArrayCell< Cell_Type, Data_Type >::operator/= |
( |
const Cell_Type & |
val | ) |
|
|
inline |
◆ operator=()
template<typename Cell_Type , typename Data_Type >
void BArrayCell< Cell_Type, Data_Type >::operator= |
( |
const Cell_Type & |
val | ) |
|
|
inline |
◆ operator==()
template<typename Cell_Type , typename Data_Type >
bool BArrayCell< Cell_Type, Data_Type >::operator== |
( |
const Cell_Type & |
val | ) |
const |
|
inline |
The documentation for this class was generated from the following files: