|
Zappy Server
C++ game server: world, rules, scheduler, network
|
#include <optional>#include <string>#include <string_view>#include <variant>
Include dependency graph for GuiParser.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | Gui::Msz |
| struct | Gui::Bct |
| struct | Gui::Mct |
| struct | Gui::Tna |
| struct | Gui::Ppo |
| struct | Gui::Plv |
| struct | Gui::Pin |
| struct | Gui::Sgt |
| struct | Gui::Sst |
| struct | Gui::Stu |
| class | GuiParser |
| Parses a raw GUI client line into a typed Gui::Request. More... | |
Namespaces | |
| namespace | Gui |
| Typed structs for the GUI client request commands. | |
Typedefs | |
| using | Gui::Request = std::variant< Msz, Bct, Mct, Tna, Ppo, Plv, Pin, Sgt, Sst, Stu > |