Euphoria
eu::core::markov::Probability< T > Struct Template Reference

#include <markov.h>

Public Member Functions

get (Random *rnd) const
 

Public Attributes

std::map< T, float > data
 

Detailed Description

template<typename T>
struct eu::core::markov::Probability< T >

Definition at line 34 of file markov.h.

Member Function Documentation

◆ get()

template<typename T >
T eu::core::markov::Probability< T >::get ( Random rnd) const
inline

Definition at line 39 of file markov.h.

Member Data Documentation

◆ data

template<typename T >
std::map<T, float> eu::core::markov::Probability< T >::data

Definition at line 36 of file markov.h.


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