pianod2
multisource multiuser scriptable networked music player
Classes | Typedefs | Functions
Football Namespace Reference

Football C++ connections, services and parsers. More...

Classes

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. More...
 

Functions

Thingieoperator<< (Thingie &there, const char *message)
 Helper functions for sending output to a connection or service. More...
 

Detailed Description

Football C++ connections, services and parsers.

Typedef Documentation

◆ HelpList

using Football::HelpList = typedef std::vector<const char *>

Lists of commands.

Function Documentation

◆ operator<<()

Thingie& Football::operator<< ( Thingie there,
const char *  message 
)
inline

Helper functions for sending output to a connection or service.

Here is the call graph for this function: