Catos Engine (Source) 0.0.1
Lightweight Game engine
Loading...
Searching...
No Matches
catos::hashnode< K, V > Class Template Reference

#include <hashmap.h>

Public Member Functions

 hashnode (const K &key, const V &value)
 
getKey () const
 
getValue () const
 
hashnodegetNext () const
 
void setValue (V newVal)
 
void setNext (hashnode *newNext)
 

Constructor & Destructor Documentation

◆ hashnode()

template<typename K , typename V >
catos::hashnode< K, V >::hashnode ( const K & key,
const V & value )
inline

Member Function Documentation

◆ getKey()

template<typename K , typename V >
K catos::hashnode< K, V >::getKey ( ) const
inline

◆ getNext()

template<typename K , typename V >
hashnode * catos::hashnode< K, V >::getNext ( ) const
inline

◆ getValue()

template<typename K , typename V >
V catos::hashnode< K, V >::getValue ( ) const
inline

◆ setNext()

template<typename K , typename V >
void catos::hashnode< K, V >::setNext ( hashnode< K, V > * newNext)
inline

◆ setValue()

template<typename K , typename V >
void catos::hashnode< K, V >::setValue ( V newVal)
inline

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