![]() |
Qt 6.x
The Qt SDK
|
Public Types | |
typedef const int * | const_iterator |
typedef const int * | iterator |
Public Member Functions | |
UncompressedRow () | |
UncompressedRow (int index, const_iterator begin, const_iterator end) | |
int | index () const |
const_iterator | begin () const |
const_iterator | end () const |
void | assign (int index, const_iterator begin, const_iterator end) |
int | at (int index) const |
bool | isEmpty () const |
int | size () const |
int | nonZeroElements () const |
int | count (int value) const |
const_iterator | beginNonZeros () const |
const_iterator | endNonZeros () const |
Definition at line 43 of file compress.cpp.
typedef const int* UncompressedRow::const_iterator |
Definition at line 46 of file compress.cpp.
typedef const int* UncompressedRow::iterator |
Definition at line 47 of file compress.cpp.
|
inline |
Definition at line 50 of file compress.cpp.
|
inline |
Definition at line 57 of file compress.cpp.
References assign(), and begin().
|
inline |
Definition at line 64 of file compress.cpp.
References begin(), end(), and index().
Referenced by UncompressedRow().
|
inline |
Definition at line 82 of file compress.cpp.
References index().
|
inline |
Definition at line 61 of file compress.cpp.
Referenced by UncompressedRow(), assign(), and count().
|
inline |
Definition at line 97 of file compress.cpp.
|
inline |
Definition at line 94 of file compress.cpp.
References begin().
|
inline |
Definition at line 62 of file compress.cpp.
Referenced by assign().
|
inline |
Definition at line 100 of file compress.cpp.
|
inline |
Definition at line 60 of file compress.cpp.
Referenced by assign(), and at().
|
inline |
Definition at line 85 of file compress.cpp.
|
inline |
Definition at line 91 of file compress.cpp.
|
inline |
Definition at line 88 of file compress.cpp.