#include <index_vector.h>
|
typedef boost::dynamic_bitset | Bitmap |
|
template<typename EntryType>
class IndexVector< EntryType >
Definition at line 15 of file index_vector.h.
◆ Bitmap
template<typename EntryType >
◆ EntryTable
template<typename EntryType >
◆ IndexVector()
template<typename EntryType >
◆ ~IndexVector()
template<typename EntryType >
◆ At()
template<typename EntryType >
EntryType IndexVector< EntryType >::At |
( |
size_t |
index | ) |
const |
|
inline |
◆ DISALLOW_COPY_AND_ASSIGN()
template<typename EntryType >
◆ Insert()
template<typename EntryType >
size_t IndexVector< EntryType >::Insert |
( |
EntryType |
entry | ) |
|
|
inline |
◆ InsertAtIndex()
template<typename EntryType >
size_t IndexVector< EntryType >::InsertAtIndex |
( |
uint32_t |
index, |
|
|
EntryType |
entry |
|
) |
| |
|
inline |
◆ InUseIndexCount()
template<typename EntryType >
◆ NoneIndexSet()
template<typename EntryType >
◆ Remove()
template<typename EntryType >
◆ Update()
template<typename EntryType >
void IndexVector< EntryType >::Update |
( |
size_t |
index, |
|
|
EntryType |
entry |
|
) |
| |
|
inline |
◆ bitmap_
template<typename EntryType >
◆ entries_
template<typename EntryType >
◆ kGrowSize
template<typename EntryType >
The documentation for this class was generated from the following file: