STXXL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
stxxl::hash_map::node< ValueType > Struct Template Reference

Detailed Description

template<class ValueType>
struct stxxl::hash_map::node< ValueType >

Definition at line 31 of file util.h.

Public Member Functions

bool deleted ()
 check if the next node is deleted. More...
 
node< ValueType > * next ()
 return the next node, without the "next" flag. More...
 
bool set_deleted (bool d)
 change deleted flag on the next node More...
 
node< ValueType > * set_next (node< ValueType > *n)
 change the "next" value of next node pointer More...
 

Public Attributes

node< ValueType > * next_and_del_
 
ValueType value_
 

Member Function Documentation

Member Data Documentation

template<class ValueType>
node<ValueType>* stxxl::hash_map::node< ValueType >::next_and_del_

Definition at line 33 of file util.h.


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