Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
UncompressedRow Class Reference
Collaboration diagram for UncompressedRow:

Public Types

typedef const int * const_iterator
typedef const int * iterator
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
 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

Detailed Description

Definition at line 43 of file compress.cpp.

Member Typedef Documentation

◆ const_iterator [1/2]

typedef const int* UncompressedRow::const_iterator

Definition at line 46 of file compress.cpp.

◆ const_iterator [2/2]

typedef const int* UncompressedRow::const_iterator

Definition at line 46 of file compress.cpp.

◆ iterator [1/2]

typedef const int* UncompressedRow::iterator

Definition at line 47 of file compress.cpp.

◆ iterator [2/2]

typedef const int* UncompressedRow::iterator

Definition at line 47 of file compress.cpp.

Constructor & Destructor Documentation

◆ UncompressedRow() [1/4]

UncompressedRow::UncompressedRow ( )
inline

Definition at line 50 of file compress.cpp.

◆ UncompressedRow() [2/4]

UncompressedRow::UncompressedRow ( int index,
const_iterator begin,
const_iterator end )
inline

Definition at line 57 of file compress.cpp.

References assign().

Here is the call graph for this function:

◆ UncompressedRow() [3/4]

UncompressedRow::UncompressedRow ( )
inline

Definition at line 50 of file compress.cpp.

◆ UncompressedRow() [4/4]

UncompressedRow::UncompressedRow ( int index,
const_iterator begin,
const_iterator end )
inline

Definition at line 57 of file compress.cpp.

Member Function Documentation

◆ assign() [1/2]

void UncompressedRow::assign ( int index,
const_iterator begin,
const_iterator end )
inline

Definition at line 64 of file compress.cpp.

Referenced by UncompressedRow().

Here is the caller graph for this function:

◆ assign() [2/2]

void UncompressedRow::assign ( int index,
const_iterator begin,
const_iterator end )
inline

Definition at line 64 of file compress.cpp.

◆ at() [1/2]

int UncompressedRow::at ( int index) const
inline

Definition at line 82 of file compress.cpp.

◆ at() [2/2]

int UncompressedRow::at ( int index) const
inline

Definition at line 82 of file compress.cpp.

◆ begin() [1/2]

const_iterator UncompressedRow::begin ( ) const
inline

Definition at line 61 of file compress.cpp.

Referenced by count().

Here is the caller graph for this function:

◆ begin() [2/2]

const_iterator UncompressedRow::begin ( ) const
inline

Definition at line 61 of file compress.cpp.

◆ beginNonZeros() [1/2]

const_iterator UncompressedRow::beginNonZeros ( ) const
inline

Definition at line 97 of file compress.cpp.

◆ beginNonZeros() [2/2]

const_iterator UncompressedRow::beginNonZeros ( ) const
inline

Definition at line 97 of file compress.cpp.

◆ count() [1/2]

int UncompressedRow::count ( int value) const
inline

Definition at line 94 of file compress.cpp.

References begin(), and end().

Referenced by _SortUncompressedRow::operator()().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ count() [2/2]

int UncompressedRow::count ( int value) const
inline

Definition at line 94 of file compress.cpp.

◆ end() [1/2]

const_iterator UncompressedRow::end ( ) const
inline

Definition at line 62 of file compress.cpp.

Referenced by count().

Here is the caller graph for this function:

◆ end() [2/2]

const_iterator UncompressedRow::end ( ) const
inline

Definition at line 62 of file compress.cpp.

◆ endNonZeros() [1/2]

const_iterator UncompressedRow::endNonZeros ( ) const
inline

Definition at line 100 of file compress.cpp.

◆ endNonZeros() [2/2]

const_iterator UncompressedRow::endNonZeros ( ) const
inline

Definition at line 100 of file compress.cpp.

◆ index() [1/2]

int UncompressedRow::index ( ) const
inline

Definition at line 60 of file compress.cpp.

◆ index() [2/2]

int UncompressedRow::index ( ) const
inline

Definition at line 60 of file compress.cpp.

◆ isEmpty() [1/2]

bool UncompressedRow::isEmpty ( ) const
inline

Definition at line 85 of file compress.cpp.

◆ isEmpty() [2/2]

bool UncompressedRow::isEmpty ( ) const
inline

Definition at line 85 of file compress.cpp.

◆ nonZeroElements() [1/2]

int UncompressedRow::nonZeroElements ( ) const
inline

Definition at line 91 of file compress.cpp.

◆ nonZeroElements() [2/2]

int UncompressedRow::nonZeroElements ( ) const
inline

Definition at line 91 of file compress.cpp.

◆ size() [1/2]

int UncompressedRow::size ( ) const
inline

Definition at line 88 of file compress.cpp.

◆ size() [2/2]

int UncompressedRow::size ( ) const
inline

Definition at line 88 of file compress.cpp.


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