My Project
 
Loading...
Searching...
No Matches
HashSet< T > Class Template Reference

#include <typedefine.h>

Inheritance diagram for HashSet< T >:
Collaboration diagram for HashSet< T >:

Public Member Functions

bool contains (T t)
 
void add (T t)
 
void remove (T t)
 

Member Function Documentation

◆ add()

template<class T>
void HashSet< T >::add ( T t)
inline

◆ contains()

template<class T>
bool HashSet< T >::contains ( T t)
inline

◆ remove()

template<class T>
void HashSet< T >::remove ( T t)
inline

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