#include <mb_endpoint.h>
#include <list>
Go to the source code of this file.
Classes | |
struct | mb_connection |
Representation of a connection. More... | |
class | mb_conn_table |
data structure that keeps track of connections More... | |
Typedefs | |
typedef std::list < mb_connection >::iterator | mb_conn_iter |
typedef std::list < mb_connection > ::const_iterator | mb_conn_const_iter |
typedef std::list<mb_connection>::const_iterator mb_conn_const_iter |
typedef std::list<mb_connection>::iterator mb_conn_iter |