Base Module  VST 3.6.5
SDK for developing VST Plug-in
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
THashBucket< T > Class Template Reference

Private class to THashTable. More...

#include <thashtable.h>

Detailed Description

template<class T>
class Steinberg::THashBucket< T >

Private class to THashTable.

A bucket consists of hash nodes. These node are linked together and form a linked list. An item which gets assigned to a bucket is wrapped into a node and appended to the list.

See also
THashTable THashNode
Empty

Copyright ©2015 Steinberg Media Technologies GmbH. All Rights Reserved.