PtrListDictionary: New form of Dictionary in which the list type is PtrList rather than a linked-list
This commit is contained in:
@ -74,13 +74,15 @@ class DictionaryBase
|
||||
:
|
||||
public IDLListType
|
||||
{
|
||||
// Private data
|
||||
protected:
|
||||
|
||||
// Protected data
|
||||
|
||||
//- HashTable of the entries held on the IDLListType for quick lookup
|
||||
HashTable<T*> hashedTs_;
|
||||
|
||||
|
||||
// Private Member functions
|
||||
// Protected Member functions
|
||||
|
||||
// Add the IDLListType entries into the HashTable
|
||||
void addEntries();
|
||||
|
||||
Reference in New Issue
Block a user