|
Dynalib Utils
|
#include <DynaHashSet.h>


Public Member Functions | |
| SetEntry (V *value, bool ownsValue) | |
| virtual | ~SetEntry () |
| SetEntry (const SetEntry< V > &other) | |
| SetEntry< V > * | copy () override |
| V * | getValue () const |
| const V * | setValue (V *newValue) |
| bool | operator== (const SetEntry< V > &other) const override |
| bool | isOwnsValue () const |
Template for a HashSet Entry object
| E | Entry |
Entry Constructor
| K | |
| V |
| key | |
| value |
Implements ICopyable< SetEntry< V > >.
|
inline |
|
inline |
|
overridevirtual |
Implements IComparable< SetEntry< V > >.
| const V * SetEntry< V >::setValue | ( | V * | newValue | ) |
Entry SetValue setter
| V |
| newValue |
1.8.13