ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
StringTreeBase< T, TNodeMaintainer, TRecycling >::NodeKey::Access Struct Reference

Description:

template<typename T, typename TNodeMaintainer, typename TRecycling>
struct alib::monomem::detail::StringTreeBase< T, TNodeMaintainer, TRecycling >::NodeKey::Access

Key access method used by hash table nodeTable.

Definition at line 189 of file stringtreebase.inl.

Public Method Index:

NodeKeyKey (NodeBase &src) const
 

Method Details:

◆ Key()

template<typename T , typename TNodeMaintainer , typename TRecycling >
NodeKey & Key ( NodeBase & src) const
inline

Returns the given src statically casted to type NodeKey .

Parameters
srcThe node to hash.
Returns
The key-portion of the stored value.

Definition at line 197 of file stringtreebase.inl.


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