BibleTime
Classes | Macros
cswordtreekey.h File Reference
#include "cswordkey.h"
#include <QString>
#include <type_traits>
#include <treekeyidx.h>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CSwordTreeKey
 CSwordKey implementation for Sword's TreeKey. More...
 

Macros

#define BibleTime_CSwordTreeKey_DEFINE_COMP(op)
 

Macro Definition Documentation

◆ BibleTime_CSwordTreeKey_DEFINE_COMP

#define BibleTime_CSwordTreeKey_DEFINE_COMP (   op)
Value:
friend bool operator op(CSwordTreeKey const & lhs, \
CSwordTreeKey const & rhs) \
{ return lhs.offset() op rhs.offset(); }
CSwordKey implementation for Sword's TreeKey.
Definition: cswordtreekey.h:43

Definition at line 52 of file cswordtreekey.h.