EMAN2
|
#include <eerio.h>
Public Member Functions | |
operator decltype (val) const () | |
Private Attributes | |
const decltype(T) | num_bits = T |
const decltype(T) | max_val = (1 << num_bits) - 1 |
uintmax_t | val = 0 |
Friends | |
BitStream< U > & | operator>> (BitStream< U > &in, BitReader< T, BIT_OVERFLOW, U > &obj) |
|
inline |
Definition at line 92 of file eerio.h.
References EMAN::BitReader< T, BIT_OVERFLOW, U >::val.
|
private |
|
private |
|
private |
Definition at line 89 of file eerio.h.
Referenced by EMAN::BitReader< T, BIT_OVERFLOW, U >::operator decltype().