CLucene - a full-featured, c++ search engine
API Documentation
#include <VoidList.h>

Public Types | |
| typedef _base::const_iterator | const_iterator |
| typedef _base::iterator | iterator |
Public Member Functions | |
| virtual | ~__CLList () |
| __CLList (const bool deleteValue) | |
| void | setDoDelete (bool val) |
| void | toArray (_kt *into) const |
| void | set (int32_t i, _kt val) |
| void | delete_back () |
| void | delete_front () |
| void | clear () |
| void | remove (int32_t i, bool dontDelete=false) |
| void | remove (iterator itr, bool dontDelete=false) |
| typedef _base::const_iterator lucene::util::__CLList< _kt, _base, _valueDeletor >::const_iterator |
| typedef _base::iterator lucene::util::__CLList< _kt, _base, _valueDeletor >::iterator |
| virtual lucene::util::__CLList< _kt, _base, _valueDeletor >::~__CLList | ( | ) | [inline, virtual] |
| lucene::util::__CLList< _kt, _base, _valueDeletor >::__CLList | ( | const bool | deleteValue | ) | [inline] |
| void lucene::util::__CLList< _kt, _base, _valueDeletor >::clear | ( | ) | [inline] |
| void lucene::util::__CLList< _kt, _base, _valueDeletor >::delete_back | ( | ) | [inline] |
| void lucene::util::__CLList< _kt, _base, _valueDeletor >::delete_front | ( | ) | [inline] |
| void lucene::util::__CLList< _kt, _base, _valueDeletor >::remove | ( | iterator | itr, | |
| bool | dontDelete = false | |||
| ) | [inline] |
| void lucene::util::__CLList< _kt, _base, _valueDeletor >::remove | ( | int32_t | i, | |
| bool | dontDelete = false | |||
| ) | [inline] |
| void lucene::util::__CLList< _kt, _base, _valueDeletor >::set | ( | int32_t | i, | |
| _kt | val | |||
| ) | [inline] |
| void lucene::util::__CLList< _kt, _base, _valueDeletor >::setDoDelete | ( | bool | val | ) | [inline] |
| void lucene::util::__CLList< _kt, _base, _valueDeletor >::toArray | ( | _kt * | into | ) | const [inline] |