HSDS
 All Data Structures Namespaces Files Functions Variables Typedefs Friends Macros
Public Member Functions | Data Fields
hsds::ListResult Struct Reference

Result of list* API. More...

#include <wavelet-matrix.hpp>

Public Member Functions

 ListResult (uint64_t c, uint64_t freq)
 Constructor. More...
 
bool operator< (const ListResult &lr) const
 Compare operator. More...
 

Data Fields

uint64_t c
 The character. More...
 
uint64_t freq
 The frequency of c in the array. More...
 

Detailed Description

Result of list* API.

Definition at line 40 of file wavelet-matrix.hpp.

Constructor & Destructor Documentation

hsds::ListResult::ListResult ( uint64_t  c,
uint64_t  freq 
)
inline

Constructor.

Parameters
[in]cThe character
[in]freqThe frequency of c in the array

Definition at line 47 of file wavelet-matrix.hpp.

Member Function Documentation

bool hsds::ListResult::operator< ( const ListResult lr) const
inline

Compare operator.

Parameters
[in]lrListResult object

Definition at line 57 of file wavelet-matrix.hpp.

Field Documentation

uint64_t hsds::ListResult::c

The character.

Definition at line 50 of file wavelet-matrix.hpp.

uint64_t hsds::ListResult::freq

The frequency of c in the array.

Definition at line 51 of file wavelet-matrix.hpp.


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