Classes |
| class | mutexGuard |
| class | Arrays |
| class | CLListEquals |
| class | BitSet |
| class | Equals |
| class | Comparable |
| class | Compare |
| class | Deletor |
| class | FastCharStream |
| | Ported implementation of the FastCharStream class. More...
|
| class | md5 |
| class | Misc |
| | A class containing various functions. More...
|
| class | PriorityQueue |
| class | Reader |
| | An inline wrapper that reads from Jos van den Oever's jstreams. More...
|
| class | StringReader |
| | A helper class which constructs a the jstreams StringReader. More...
|
| class | SimpleInputStreamReader |
| | A very simple inputstreamreader implementation. More...
|
| class | FileReader |
| | A helper class which constructs a FileReader with a specified simple encodings, or a given inputstreamreader. More...
|
| class | StringBuffer |
| class | CLStringIntern |
| | Functions for intern'ing strings. More...
|
| class | ThreadLocalBase |
| class | ThreadLocal |
| class | __CLList |
| | A template to encapsulate various list type classes. More...
|
| class | CLVector |
| class | CLHashList |
| class | CLLinkedList |
| class | CLSetList |
| class | __CLMap |
| | A template to encapsulate various map type classes. More...
|
| class | CLHashMap |
| class | CLSet |
| class | CLMultiMap |
Typedefs |
typedef lucene::util::CLVector
< TCHAR * > | StringArray |
typedef lucene::util::CLVector
< TCHAR
*, lucene::util::Deletor::tcArray > | StringArrayWithDeletor |
typedef lucene::util::CLVector
< const TCHAR * > | StringArrayConst |
typedef lucene::util::CLVector
< const TCHAR
*, lucene::util::Deletor::tcArray > | StringArrayConstWithDeletor |
typedef lucene::util::CLVector
< char * > | AStringArray |
typedef lucene::util::CLVector
< char
*, lucene::util::Deletor::acArray > | AStringArrayWithDeletor |
typedef lucene::util::CLVector
< const char * > | AStringArrayConst |
typedef lucene::util::CLVector
< const char
*, lucene::util::Deletor::acArray > | AStringArrayConstWithDeletor |
| typedef unsigned short int | uint2 |
typedef
lucene::util::CLHashMap< const
TCHAR *, int,
lucene::util::Compare::TChar,
lucene::util::Equals::TChar,
lucene::util::Deletor::tcArray,
lucene::util::Deletor::DummyInt32 > | __wcsintrntype |
typedef
lucene::util::CLHashMap< const
char *, int,
lucene::util::Compare::Char,
lucene::util::Equals::Char,
lucene::util::Deletor::acArray,
lucene::util::Deletor::DummyInt32 > | __strintrntype |
Functions |
| char * | PrintMD5 (uint8_t md5Digest[16]) |
| char * | MD5String (char *szString) |
| char * | MD5File (char *szFilename) |