#include "cswordkey.h"
#include <QPointer>
#include <QString>
#include "../btsignal.h"
#include <versekey.h>
Go to the source code of this file.
◆ BibleTime_CSwordVerseKey_DEFINE_COMP
#define BibleTime_CSwordVerseKey_DEFINE_COMP |
( |
|
op | ) |
|
Value:
{ \
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.