RSB  0.9.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Types.h File Reference
#include <stdexcept>
#include <string>
#include <iostream>
#include <boost/cstdint.hpp>
#include <boost/format.hpp>
Include dependency graph for Types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 rsb
 
 rsb::transport
 
 rsb::transport::socket
 

Enumerations

enum  rsb::transport::socket::Server { rsb::transport::socket::SERVER_NO = 0, rsb::transport::socket::SERVER_YES = 1, rsb::transport::socket::SERVER_AUTO = 2 }
 

Functions

template<typename Ch , typename Tr >
std::basic_istream< Ch, Tr > & rsb::transport::socket::operator>> (std::basic_istream< Ch, Tr > &stream, Server &value)
 
template<typename Ch , typename Tr >
std::basic_ostream< Ch, Tr > & rsb::transport::socket::operator<< (std::basic_ostream< Ch, Tr > &stream, const Server &value)