qTox  Version: nightly | Commit: bc751c8e1cac455f9690654fcfe0f560d2d7dfdd
Classes | Typedefs
ichatlog.h File Reference
#include "message.h"
#include "src/core/core.h"
#include "src/core/toxfile.h"
#include "src/core/toxpk.h"
#include "src/friendlist.h"
#include "src/grouplist.h"
#include "src/model/chatlogitem.h"
#include "src/model/friend.h"
#include "src/model/group.h"
#include "src/model/systemmessage.h"
#include "src/widget/searchtypes.h"
#include "util/strongtype.h"
#include <cassert>
Include dependency graph for ichatlog.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  SearchPos
 
struct  SearchResult
 
class  IChatLog
 
struct  IChatLog::DateChatLogIdxPair
 

Typedefs

using ChatLogIdx = NamedType< size_t, struct ChatLogIdxTag, Orderable, UnderlyingAddable, UnitlessDifferencable, Incrementable >
 

Typedef Documentation

◆ ChatLogIdx

using ChatLogIdx = NamedType<size_t, struct ChatLogIdxTag, Orderable, UnderlyingAddable, UnitlessDifferencable, Incrementable>

Definition at line 38 of file ichatlog.h.