SDRAngel
4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
|
#include <bitfieldindex.h>
Public Member Functions | |
BitfieldIndex () | |
BitfieldIndex (int i) | |
BitfieldIndex & | operator= (const BitfieldIndex &rhs) |
BitfieldIndex & | operator= (const int &rhi) |
BitfieldIndex & | operator++ () |
BitfieldIndex | operator++ (int) |
BitfieldIndex & | operator+= (const BitfieldIndex &b) |
BitfieldIndex & | operator-= (const BitfieldIndex &b) |
BitfieldIndex & | operator+= (int i) |
BitfieldIndex & | operator-= (int i) |
BitfieldIndex | operator+ (const BitfieldIndex &b) const |
BitfieldIndex | operator- (const BitfieldIndex &b) const |
BitfieldIndex | operator+ (int i) const |
BitfieldIndex | operator- (int i) const |
operator int () const | |
Public Attributes | |
uint32_t | v: size |
Definition at line 25 of file bitfieldindex.h.
|
inline |
Definition at line 29 of file bitfieldindex.h.
|
inline |
|
inline |
|
inline |
Definition at line 40 of file bitfieldindex.h.
References BitfieldIndex< size >::v.
|
inline |
Definition at line 42 of file bitfieldindex.h.
References i, and BitfieldIndex< size >::v.
|
inline |
|
inline |
Definition at line 35 of file bitfieldindex.h.
|
inline |
|
inline |
|
inline |
Definition at line 41 of file bitfieldindex.h.
References BitfieldIndex< size >::v.
|
inline |
Definition at line 43 of file bitfieldindex.h.
References i, and BitfieldIndex< size >::v.
|
inline |
|
inline |
|
inline |
|
inline |
uint32_t BitfieldIndex< size >::v |
Definition at line 27 of file bitfieldindex.h.
Referenced by BitfieldIndex< size >::BitfieldIndex(), BitfieldIndex< size >::operator int(), BitfieldIndex< size >::operator+(), operator+(), BitfieldIndex< size >::operator++(), BitfieldIndex< size >::operator+=(), BitfieldIndex< size >::operator-(), operator-(), BitfieldIndex< size >::operator-=(), and BitfieldIndex< size >::operator=().