clockUtils
1.1
|
#include <condition_variable>
#include <cstdint>
#include <functional>
#include <mutex>
#include <queue>
#include <sstream>
#include <string>
#include <vector>
#include "clockUtils/errors.h"
#include "clockUtils/sockets/socketsParameters.h"
#include "clockUtils/sockets/Commons.h"
#include <WinSock2.h>
Go to the source code of this file.
Classes | |
class | clockUtils::sockets::TcpSocket |
class for sockets using tcp More... | |
Namespaces | |
std | |
clockUtils | |
clockUtils::sockets | |
Typedefs | |
typedef int32_t | socklen_t |
Functions | |
template<> | |
CLOCK_SOCKETS_API TcpSocket & | clockUtils::sockets::TcpSocket::operator<<< std::string > (const std::string &s) |
specialization of stream operator for std::string to reduce overhead through converting to std::string using stringstream More... | |