STXXL  1.4-dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
stxxl::hash_map::bucket< NodeType > Struct Template Reference

Detailed Description

template<class NodeType>
struct stxxl::hash_map::bucket< NodeType >

Definition at line 62 of file util.h.

Public Member Functions

 bucket ()
 
 bucket (NodeType *list, external_size_type n_external, internal_size_type i_block, internal_size_type i_subblock)
 

Public Attributes

internal_size_type i_block_
 index of first block's bid (to be used as index for hash_map's bids_-array More...
 
internal_size_type i_subblock_
 index of first subblock More...
 
NodeType * list_
 entry point to the chain in internal memory More...
 
external_size_type n_external_
 number of elements in external memory More...
 

Constructor & Destructor Documentation

template<class NodeType >
stxxl::hash_map::bucket< NodeType >::bucket ( )
inline

Definition at line 77 of file util.h.

template<class NodeType >
stxxl::hash_map::bucket< NodeType >::bucket ( NodeType *  list,
external_size_type  n_external,
internal_size_type  i_block,
internal_size_type  i_subblock 
)
inline

Definition at line 84 of file util.h.

Member Data Documentation


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