xapian-core
1.4.26
|
#include <smallvector.h>
Public Member Functions | |
const_iterator () | |
const_iterator (void *const *ptr_) | |
const_iterator & | operator++ () |
const_iterator | operator++ (int) |
T | operator* () const |
T | operator[] (size_type idx) const |
bool | operator== (const const_iterator &o) const |
bool | operator!= (const const_iterator &o) const |
const_iterator | operator+ (int n) |
Private Attributes | |
void *const * | ptr |
Definition at line 58 of file smallvector.h.
|
inline |
Definition at line 62 of file smallvector.h.
|
inlineexplicit |
Definition at line 64 of file smallvector.h.
|
inline |
Definition at line 80 of file smallvector.h.
|
inline |
Definition at line 70 of file smallvector.h.
|
inline |
Definition at line 82 of file smallvector.h.
|
inline |
Definition at line 66 of file smallvector.h.
|
inline |
Definition at line 68 of file smallvector.h.
|
inline |
Definition at line 78 of file smallvector.h.
References Xapian::SmallVector< T >::const_iterator::ptr.
|
inline |
Definition at line 74 of file smallvector.h.
|
private |
Definition at line 59 of file smallvector.h.
Referenced by Xapian::SmallVector< T >::const_iterator::operator==().