Zappy Server
C++ game server: world, rules, scheduler, network
Loading...
Searching...
No Matches
GuiParser.cpp File Reference
#include "GuiParser.hpp"
#include <stdexcept>
#include <string>
+ Include dependency graph for GuiParser.cpp:

Go to the source code of this file.

Functions

static int parseInt (std::string_view sv)
 
static int parsePlayerId (std::string_view sv)
 

Function Documentation

◆ parseInt()

static int parseInt ( std::string_view  sv)
static

Definition at line 6 of file GuiParser.cpp.

Referenced by GuiParser::parse().

+ Here is the caller graph for this function:

◆ parsePlayerId()

static int parsePlayerId ( std::string_view  sv)
static

Definition at line 8 of file GuiParser.cpp.

Referenced by GuiParser::parse().

+ Here is the caller graph for this function: