BibleTime
Classes | Macros
cswordversekey.h File Reference
#include "cswordkey.h"
#include <QPointer>
#include <QString>
#include "../btsignal.h"
#include <versekey.h>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CSwordVerseKey
 CSwordKey implementation for Sword's VerseKey. More...
 

Macros

#define BibleTime_CSwordVerseKey_DEFINE_COMP(op)
 

Macro Definition Documentation

◆ BibleTime_CSwordVerseKey_DEFINE_COMP

#define BibleTime_CSwordVerseKey_DEFINE_COMP (   op)
Value:
friend bool operator op(CSwordVerseKey const & lhs, \
CSwordVerseKey const & rhs) \
{ \
return std::tuple(lhs.testament(), lhs.book(), lhs.chapter(), \
lhs.verse(), lhs.suffix()) op \
std::tuple(rhs.testament(), rhs.book(), rhs.chapter(), \
rhs.verse(), rhs.suffix()); \
}
CSwordKey implementation for Sword's VerseKey.

Definition at line 73 of file cswordversekey.h.