KVIrc 5.2.6
Developer APIs
Document Struct Reference

#include <HelpIndex.h>

Public Member Functions

 Document ()=default
 
 Document (int d, int f)
 
bool operator< (const Document &doc) const
 
bool operator<= (const Document &doc) const
 
bool operator== (const Document &doc) const
 
bool operator> (const Document &doc) const
 

Public Attributes

qint16 docNumber = -1
 
qint16 frequency = 0
 

Constructor & Destructor Documentation

◆ Document() [1/2]

Document::Document ( )
default

◆ Document() [2/2]

Document::Document ( int d,
int f )
inline

Member Function Documentation

◆ operator<()

bool Document::operator< ( const Document & doc) const
inline

References frequency.

◆ operator<=()

bool Document::operator<= ( const Document & doc) const
inline

References frequency.

◆ operator==()

bool Document::operator== ( const Document & doc) const
inline

References docNumber.

◆ operator>()

bool Document::operator> ( const Document & doc) const
inline

References frequency.

Member Data Documentation

◆ docNumber

qint16 Document::docNumber = -1

Referenced by operator==().

◆ frequency

qint16 Document::frequency = 0

Referenced by operator<(), operator<=(), and operator>().


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