Event-Driven Programming in C++
1.0
A case study on event-driven programming in C++
Loading...
Searching...
No Matches
io_and_sockets.hpp
Go to the documentation of this file.
1
#ifndef IO_AND_SOCKETS_HPP
2
#define IO_AND_SOCKETS_HPP
3
29
namespace
io_and_sockets
{
30
47
int
runDemo
();
48
49
}
// namespace io_and_sockets
50
51
#endif
// IO_AND_SOCKETS_HPP
io_and_sockets
Provides cross-platform functionality for monitoring I/O and socket events.
Definition
io_and_sockets.cpp:48
io_and_sockets::runDemo
int runDemo()
Run demo for the I/O and socket monitoring example.
Definition
io_and_sockets.cpp:96
src
io_and_sockets
io_and_sockets.hpp
Generated by
1.9.8