KVIrc 5.2.0
Developer APIs
Public Member Functions | Public Attributes | List of all members
Term Struct Reference

Public Member Functions

bool operator< (const Term &i2) const
 
 Term ()=default
 
 Term (QString t, int f, QVector< Document > l)
 

Public Attributes

QVector< Documentdocuments
 
int frequency = -1
 
QString term
 

Constructor & Destructor Documentation

◆ Term() [1/2]

Term::Term ( )
default

◆ Term() [2/2]

Term::Term ( QString  t,
int  f,
QVector< Document l 
)
inline

Member Function Documentation

◆ operator<()

bool Term::operator< ( const Term i2) const
inline

References frequency.

Member Data Documentation

◆ documents

QVector<Document> Term::documents

◆ frequency

int Term::frequency = -1

Referenced by operator<().

◆ term

QString Term::term

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