HDK
|
#include "NET_API.h"
#include "NET_HTTPRequest.h"
#include "NET_HttpIO.h"
#include "NET_Error.h"
#include "NET_Time.h"
#include <UT/UT_Assert.h>
#include <UT/UT_NetSocket.h>
#include <UT/UT_SharedPtr.h>
#include <UT/UT_StopWatch.h>
#include <UT/UT_UniquePtr.h>
#include <UT/UT_Functor.h>
#include <SYS/SYS_Compiler.h>
Go to the source code of this file.
Classes | |
class | NET_ProfileDebugger |
class | NET_WebTaskHandler |
class | NET_WebTaskFactory |
This is used to tell the web server what kind of task to create. More... | |
class | NET_GenericWebTaskFactory< T > |
Macros | |
#define | __NET_COMBINE(lh, rh) lh##rh |
#define | NET_SCOPED_PROFILER(_name_) NET_ProfileDebugger __NET_COMBINE(fs_pd, __LINE__)(_name_); |
Typedefs | |
using | NET_WebTaskHandlerPtr = UT_UniquePtr< NET_WebTaskHandler > |
#define __NET_COMBINE | ( | lh, | |
rh | |||
) | lh##rh |
Definition at line 47 of file NET_WebTaskHandler.h.
#define NET_SCOPED_PROFILER | ( | _name_ | ) | NET_ProfileDebugger __NET_COMBINE(fs_pd, __LINE__)(_name_); |
Definition at line 49 of file NET_WebTaskHandler.h.
Definition at line 87 of file NET_WebTaskHandler.h.