qTox  Version: nightly | Commit: bc751c8e1cac455f9690654fcfe0f560d2d7dfdd
Public Member Functions | Public Attributes | List of all members
SearchPos Struct Reference

#include <ichatlog.h>

Collaboration diagram for SearchPos:
Collaboration graph

Public Member Functions

bool operator== (const SearchPos &other) const
 
bool operator!= (const SearchPos &other) const
 
bool operator< (const SearchPos &other) const
 
std::tuple< ChatLogIdx, size_t > tie () const
 

Public Attributes

ChatLogIdx logIdx
 
size_t numMatches
 

Detailed Description

Definition at line 41 of file ichatlog.h.

Member Function Documentation

◆ operator!=()

bool SearchPos::operator!= ( const SearchPos other) const
inline

Definition at line 54 of file ichatlog.h.

Here is the call graph for this function:

◆ operator<()

bool SearchPos::operator< ( const SearchPos other) const
inline

Definition at line 59 of file ichatlog.h.

Here is the call graph for this function:

◆ operator==()

bool SearchPos::operator== ( const SearchPos other) const
inline

Definition at line 49 of file ichatlog.h.

Here is the call graph for this function:

◆ tie()

std::tuple<ChatLogIdx, size_t> SearchPos::tie ( ) const
inline

Definition at line 64 of file ichatlog.h.

Here is the caller graph for this function:

Member Data Documentation

◆ logIdx

ChatLogIdx SearchPos::logIdx

Definition at line 44 of file ichatlog.h.

◆ numMatches

size_t SearchPos::numMatches

Definition at line 47 of file ichatlog.h.


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