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_sockethttp.h File Reference
#include <config.h>
#include <sys/types.h>
#include "vsnet_socketbase.h"
#include "vsnet_sockettcp.h"

Go to the source code of this file.

Classes

class  VsnetHTTPSocket
 

Typedefs

typedef unsigned char u_int8_t
 
typedef unsigned int u_int32_t
 

Functions

std::ostream & operator<< (std::ostream &ostr, const VsnetHTTPSocket &s)
 

Typedef Documentation

typedef unsigned int u_int32_t

Definition at line 12 of file vsnet_sockethttp.h.

typedef unsigned char u_int8_t

Definition at line 11 of file vsnet_sockethttp.h.

Function Documentation

std::ostream& operator<< ( std::ostream &  ostr,
const VsnetHTTPSocket s 
)

Definition at line 166 of file vsnet_sockethttp.cpp.

References VsnetHTTPSocket::dump().

167 {
168  s.dump( ostr );
169  return ostr;
170 }