Gamedev Framework (gf)  0.11.0
A C++14 framework for 2D games
gf::Dice Member List

This is the complete list of members for gf::Dice, including all inherited members.

Dice(int faces, int count=1, int modifier=0)gf::Diceinlineexplicit
Dice(StringRef str)gf::Diceinline
getCount() constgf::Diceinline
getFaces() constgf::Diceinline
getModifier() constgf::Diceinline
operator"" _d10(unsigned long long int count)gf::Dicerelated
operator"" _d100(unsigned long long int count)gf::Dicerelated
operator"" _d12(unsigned long long int count)gf::Dicerelated
operator"" _d20(unsigned long long int count)gf::Dicerelated
operator"" _d4(unsigned long long int count)gf::Dicerelated
operator"" _d6(unsigned long long int count)gf::Dicerelated
operator"" _d8(unsigned long long int count)gf::Dicerelated
operator"" _dice(const char *str, std::size_t sz)gf::Dicerelated
roll(gf::Random &random) constgf::Dice