#include <sbIndex.h>
Public Types | |
| typedef std::vector< IterT > | Indexes |
| typedef Indexes::const_iterator | const_iterator |
| typedef Indexes::iterator | iterator |
Public Member Functions | |
| sbIndex (IterT aBegin, IterT aEnd) | |
| sbIndex () | |
| void | Build (IterT aBegin, IterT aEnd) |
| void | sort () |
| const_iterator | find (KeyT const &aData) const |
| iterator | find (KeyT const &aData) |
| const_iterator | begin () const |
| const_iterator | end () const |
| iterator | begin () |
| iterator | end () |
This class provides an index into a vector via iterators
| typedef Indexes::const_iterator sbIndex< KeyT, IterT, CompareT >::const_iterator |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |