|
HDK
|
#include "UT_API.h"#include "UT_Array.h"#include "UT_NonCopyable.h"#include "UT_SmallArray.h"#include "UT_UniquePtr.h"#include <SYS/SYS_Types.h>#include <SYS/SYS_Compiler.h>#include <stddef.h>
Include dependency graph for UT_NetFDSet.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | UT_NetFDSet |
| Abstracts the socket file descriptor set for select() or poll() calls. More... | |
| class | UT_NetFDSet::EventInfo |
Enumerations | |
| enum | UT_NetFDEvent { UT_NetFDEvent::NETFD_READ = 0x1, UT_NetFDEvent::NETFD_WRITE = 0x2, UT_NetFDEvent::NETFD_ERROR = 0x4, UT_NetFDEvent::NETFD_HANGUP = 0x8 } |
| Types of IO events that UT_NetFDSet can monitor a file descriptor for. More... | |
| enum | UT_NetFDMode { UT_NetFDMode::NETFD_DEFAULT_MODE = 0, UT_NetFDMode::NETFD_ET_MODE = 1 } |
|
strong |
Types of IO events that UT_NetFDSet can monitor a file descriptor for.
| Enumerator | |
|---|---|
| NETFD_READ | |
| NETFD_WRITE | |
| NETFD_ERROR | |
| NETFD_HANGUP | |
Definition at line 27 of file UT_NetFDSet.h.
|
strong |
| Enumerator | |
|---|---|
| NETFD_DEFAULT_MODE | |
| NETFD_ET_MODE | |
Definition at line 43 of file UT_NetFDSet.h.