Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vsnet_socketset.h File Reference
#include <config.h>
#include <iostream>
#include <errno.h>
#include <set>
#include <boost/shared_ptr.hpp>
#include <boost/weak_ptr.hpp>
#include "vsnet_headers.h"
#include "networking/const.h"
#include "vsnet_thread.h"
#include "vsnet_pipe.h"
#include "vsnet_debug.h"

Go to the source code of this file.

Classes

class  SocketSet
 

Namespaces

 VsnetDownload
 
 VsnetDownload::Client
 
 VsnetDownload::Server
 

Constant Groups

 VsnetDownload
 
 VsnetDownload::Client
 
 VsnetDownload::Server
 

Functions

std::ostream & operator<< (std::ostream &ostr, const timeval &tv)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  ostr,
const timeval &  tv 
)

Definition at line 426 of file vsnet_socketset.cpp.

427 {
428  ostr<<tv.tv_sec<<":"<<tv.tv_usec;
429  return ostr;
430 }