ISLEman
Public Member Functions | List of all members
LetterToIndexMap< T > Class Template Reference

maps a unicode character code to a list of T::ElementType's More...

#include <util.h>

Inheritance diagram for LetterToIndexMap< T >:
SIntDict< T >

Public Member Functions

void append (uint letter, typename T::ElementType *elem)
 
- Public Member Functions inherited from SIntDict< T >
 SIntDict (int size=17)
 
virtual ~SIntDict ()
 
void append (int key, const T *d)
 
void prepend (int key, const T *d)
 
bool remove (int key)
 
void sort ()
 
void inSort (int key, const T *d)
 
void setAutoDelete (bool val)
 
T * find (int key)
 
T * operator[] (int key) const
 
T * at (uint i)
 
void clear ()
 
int count () const
 

Detailed Description

template<class T>
class LetterToIndexMap< T >

maps a unicode character code to a list of T::ElementType's


The documentation for this class was generated from the following file: