HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
NET_PacketSocket.h File Reference
#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>
+ Include dependency graph for NET_PacketSocket.h:
+ This graph shows which files directly or indirectly include this file:

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
 

Function Documentation

template<typename DynamicBuffer , typename Handler >
HBOOST_ASIO_INITFN_RESULT_TYPE ( Handler  ,
void(hboost::system::error_code, std::size_t)   
)

Definition at line 375 of file NET_PacketSocket.h.

template<typename Handler >
HBOOST_ASIO_INITFN_RESULT_TYPE ( Handler  ,
void(hboost::system::error_code, std::size_t)   
)

Definition at line 389 of file NET_PacketSocket.h.

NET_API bool net_uncompressBuffer ( UT_WorkBuffer wbuf,
exint  comp_size,
exint  orig_size 
)