Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
Divide::Hashable Struct Reference

#include <Hashable.h>

+ Inheritance diagram for Divide::Hashable:

Public Member Functions

 Hashable ()=default
 
virtual ~Hashable ()=default
 
 Hashable (const Hashable &)=default
 
Hashableoperator= (const Hashable &)=default
 
virtual size_t getHash () const
 

Protected Attributes

size_t _hash { 9999991 }
 

Detailed Description

Definition at line 38 of file Hashable.h.

Constructor & Destructor Documentation

◆ Hashable() [1/2]

Divide::Hashable::Hashable ( )
default

◆ ~Hashable()

virtual Divide::Hashable::~Hashable ( )
virtualdefault

◆ Hashable() [2/2]

Divide::Hashable::Hashable ( const Hashable )
default

Member Function Documentation

◆ getHash()

virtual size_t Divide::Hashable::getHash ( ) const
inlinevirtual

◆ operator=()

Hashable & Divide::Hashable::operator= ( const Hashable )
default

Member Data Documentation

◆ _hash

size_t Divide::Hashable::_hash { 9999991 }
mutableprotected

Definition at line 49 of file Hashable.h.


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