Definition at line 1137 of file qtriangulator.cpp.
◆ QInt64Set()
QInt64Set::QInt64Set |
( |
int |
capacity = 64 | ) |
|
|
inline |
◆ ~QInt64Set()
QInt64Set::~QInt64Set |
( |
| ) |
|
|
inline |
◆ clear()
void QInt64Set::clear |
( |
| ) |
|
|
inline |
Definition at line 1229 of file qtriangulator.cpp.
static const quint64 UNUSED
#define Q_ASSERT_X(cond, where, what)
◆ contains()
bool QInt64Set::contains |
( |
quint64 |
key | ) |
const |
Definition at line 1213 of file qtriangulator.cpp.
1219 if (index >= m_capacity)
static const quint64 UNUSED
#define Q_ASSERT_X(cond, where, what)
◆ insert()
void QInt64Set::insert |
( |
quint64 |
key | ) |
|
Definition at line 1192 of file qtriangulator.cpp.
1200 if (index >= m_capacity)
1210 Q_ASSERT_X(0,
"QInt64Hash<T>::insert",
"Hash set full.");
static const quint64 UNUSED
static int primeForCount(int count)
#define Q_ASSERT_X(cond, where, what)
bool rehash(int capacity)
◆ isValid()
bool QInt64Set::isValid |
( |
| ) |
const |
|
inline |
◆ rehash()
bool QInt64Set::rehash |
( |
int |
capacity | ) |
|
|
private |
Definition at line 1168 of file qtriangulator.cpp.
1178 for (
int i = 0; i < oldCapacity; ++i) {
1179 if (oldArray[i] !=
UNUSED)
static const quint64 UNUSED
◆ m_array
◆ m_capacity
int QInt64Set::m_capacity |
|
private |
◆ m_count
◆ UNUSED
The documentation for this class was generated from the following file: