|
Zappy Server
C++ game server: world, rules, scheduler, network
|
Functions | |
| std::string | trim (const std::string &s) |
| Strip a single trailing ' ' so protocol lines log on one row. | |
| std::string | resStr (const Resources &r) |
Variables | |
| constexpr const char * | NET = "NET" |
| constexpr const char * | WORLD = "WORLD" |
| std::string anonymous_namespace{LogObserver.cpp}::resStr | ( | const Resources & | r | ) |
Definition at line 17 of file LogObserver.cpp.
References Resources::deraumere, Resources::food, Resources::linemate, Resources::mendiane, Resources::phiras, Resources::sibur, and Resources::thystame.
| std::string anonymous_namespace{LogObserver.cpp}::trim | ( | const std::string & | s | ) |
Strip a single trailing '
' so protocol lines log on one row.
Definition at line 11 of file LogObserver.cpp.
|
constexpr |
Definition at line 7 of file LogObserver.cpp.
|
constexpr |
Definition at line 8 of file LogObserver.cpp.