![]() |
Gamedev Framework (gf) 1.2.0
A C++17 framework for 2D games
|
This is the complete list of members for gf::Dice, including all inherited members.
Dice(int faces, int count=1, int modifier=0) | gf::Dice | inlineexplicit |
Dice(std::string_view str) | gf::Dice | inline |
getCount() const | gf::Dice | inline |
getFaces() const | gf::Dice | inline |
getModifier() const | gf::Dice | inline |
operator""_d10(unsigned long long int count) | gf::Dice | related |
operator""_d100(unsigned long long int count) | gf::Dice | related |
operator""_d12(unsigned long long int count) | gf::Dice | related |
operator""_d20(unsigned long long int count) | gf::Dice | related |
operator""_d4(unsigned long long int count) | gf::Dice | related |
operator""_d6(unsigned long long int count) | gf::Dice | related |
operator""_d8(unsigned long long int count) | gf::Dice | related |
operator""_dice(const char *str, std::size_t sz) | gf::Dice | related |
roll(gf::Random &random) const | gf::Dice |