URY playd
C++ minimalist audio player
io.hpp File Reference

Declaration of the I/O classes used in playd. More...

#include <ostream>
#include <set>
#include <uv.h>
#include "player.hpp"
#include "response.hpp"
#include "tokeniser.hpp"
+ Include dependency graph for io.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IoCore
 The IO core, which services input, routes responses, and executes the Player update routine periodically. More...
 
class  Connection
 A TCP connection from a client. More...
 

Typedefs

typedef long ssize_t
 

Detailed Description

Declaration of the I/O classes used in playd.

See also
io.cpp

Definition in file io.hpp.