| Examples |
Classes | |
| class | client |
| Downloads stock quote information from a server. More... | |
| class | connection |
| The connection class provides serialization primitives on top of a socket. More... | |
| class | server |
| Serves stock quote information to any client that connects to it. More... | |
| struct | stock |
| Structure to hold information about a single stock. More... | |
Typedefs | |
| typedef boost::shared_ptr< connection > | connection_ptr |
| typedef boost::shared_ptr<connection> s11n_example::connection_ptr |
Definition at line 184 of file connection.hpp.