#include <table.hh>
Public Member Functions | |
node (Value const &v, node *n=0) | |
Public Attributes | |
node * | next |
Value | val |
utilmm::hash_toolbox::node< Value >::node | ( | Value const & | v, |
node< Value > * | n = 0 |
||
) | [explicit] |
node* utilmm::hash_toolbox::node< Value >::next |
Value utilmm::hash_toolbox::node< Value >::val |