football
socket abstraction layer
|
Football C++ connections, services and parsers. More...
Data Structures | |
class | Thingie |
Base class for services, events, and connections. More... | |
class | Connection |
C++ Connection wrapper. More... | |
class | ServiceBase |
C++ Service wrapper Manages the service's connections. More... | |
class | Service |
Football Service. More... | |
class | Arena |
Football Arena: Manager for services. More... | |
Typedefs | |
using | HelpList = std::vector< const char * > |
Lists of commands. | |
Functions | |
Thingie & | operator<< (Thingie &there, const char *message) |
Helper functions for sending output to a connection or service. | |
Football C++ connections, services and parsers.