|
football
socket abstraction layer
|
Football C++ connections, services and parsers. More...
Data Structures | |
| class | Arena |
| Football Arena: Manager for services. More... | |
| class | Connection |
| C++ Connection wrapper. More... | |
| class | Service |
| Football Service. More... | |
| class | ServiceBase |
| C++ Service wrapper Manages the service's connections. More... | |
| class | Thingie |
| Base class for services, events, and connections. 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.