EPS Conduits  v0.0.2-2413
networking over networking
NetBuffer.hpp File Reference
#include "comm.hpp"
#include "common.hpp"
#include <boost/asio/buffer.hpp>
#include <deque>
Include dependency graph for NetBuffer.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  EPS::NetBuffer
 NetBuffer objects manage blocks of buffer bytes used for either reading from, and writing to sockets. More...
 

Namespaces

 EPS
 

Typedefs

typedef std::deque< EPS::NetBuffer * > EPS::NBDeque
 Asio async_write() calls cannot overlap, so store pending buffers to send in a deque. More...