HDK
|
#include "NET_API.h"
#include <UT/UT_BoostAsio.h>
#include <UT/UT_Debug.h>
#include <UT/UT_NonCopyable.h>
#include <UT/UT_SharedPtr.h>
#include <UT/UT_StringHolder.h>
#include <UT/UT_Endian.h>
#include <UT/UT_WorkBuffer.h>
#include <UT/UT_StringArray.h>
Go to the source code of this file.
Classes | |
class | NET_PacketSocket |
Functions | |
NET_API bool | net_uncompressBuffer (UT_WorkBuffer &wbuf, exint comp_size, exint orig_size) |
template<typename DynamicBuffer , typename Handler > | |
HBOOST_ASIO_INITFN_RESULT_TYPE (Handler, void(hboost::system::error_code, std::size_t)) NET_PacketSocket | |
template<typename Handler > | |
HBOOST_ASIO_INITFN_RESULT_TYPE (Handler, void(hboost::system::error_code, std::size_t)) NET_PacketSocket | |
HBOOST_ASIO_INITFN_RESULT_TYPE | ( | Handler | , |
void(hboost::system::error_code, std::size_t) | |||
) |
Definition at line 384 of file NET_PacketSocket.h.
HBOOST_ASIO_INITFN_RESULT_TYPE | ( | Handler | , |
void(hboost::system::error_code, std::size_t) | |||
) |
Definition at line 398 of file NET_PacketSocket.h.
NET_API bool net_uncompressBuffer | ( | UT_WorkBuffer & | wbuf, |
exint | comp_size, | ||
exint | orig_size | ||
) |