IAtari
Genetic algorithm generating AI capable to play Atari2600 games.
connection.hpp File Reference

Handle networking. More...

#include <boost/asio.hpp>
#include <boost/archive/text_iarchive.hpp>
#include <boost/archive/text_oarchive.hpp>
#include <functional>
#include <memory>
#include <iomanip>
#include <string>
#include <sstream>
#include <vector>

Go to the source code of this file.

Classes

class  connection
 Handle networking. More...
 

Typedefs

using connection_ptr = std::shared_ptr< connection >
 

Detailed Description

Handle networking.

Typedef Documentation

◆ connection_ptr

using connection_ptr = std::shared_ptr<connection>