NeuralEngine
A Game Engine with embeded Machine Learning algorithms based on Gaussian Processes.
NeuralEngine::MinHeap< KeyType, ValueType >::Record Struct Reference
Collaboration diagram for NeuralEngine::MinHeap< KeyType, ValueType >::Record:

Public Attributes

KeyType key
 
ValueType value
 
int index
 

Detailed Description

template<typename KeyType, typename ValueType>
struct NeuralEngine::MinHeap< KeyType, ValueType >::Record

Definition at line 92 of file NeMinHeap.h.

Member Data Documentation

◆ key

template<typename KeyType , typename ValueType >
KeyType NeuralEngine::MinHeap< KeyType, ValueType >::Record::key

Definition at line 94 of file NeMinHeap.h.

◆ value

template<typename KeyType , typename ValueType >
ValueType NeuralEngine::MinHeap< KeyType, ValueType >::Record::value

Definition at line 95 of file NeMinHeap.h.

◆ index

template<typename KeyType , typename ValueType >
int NeuralEngine::MinHeap< KeyType, ValueType >::Record::index

Definition at line 96 of file NeMinHeap.h.


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