GME
13
|
Public Member Functions | |
SocketJanitor (int *toDelete) | |
~SocketJanitor () | |
int * | get () const |
int * | release () |
void | reset (int *p=0) |
bool | isDataNull () |
SocketJanitor (SOCKET *toDelete) | |
~SocketJanitor () | |
SOCKET * | get () const |
SOCKET * | release () |
void | reset (SOCKET *p=0) |
bool | isDataNull () |
Definition at line 55 of file UnixHTTPURLInputStream.cpp.
SocketJanitor::SocketJanitor | ( | int * | toDelete | ) | [inline] |
Definition at line 61 of file UnixHTTPURLInputStream.cpp.
SocketJanitor::~SocketJanitor | ( | ) | [inline] |
Definition at line 62 of file UnixHTTPURLInputStream.cpp.
SocketJanitor::SocketJanitor | ( | SOCKET * | toDelete | ) | [inline] |
Definition at line 149 of file BinHTTPURLInputStream.cpp.
SocketJanitor::~SocketJanitor | ( | ) | [inline] |
Definition at line 150 of file BinHTTPURLInputStream.cpp.
int* SocketJanitor::get | ( | ) | const [inline] |
Definition at line 64 of file UnixHTTPURLInputStream.cpp.
SOCKET* SocketJanitor::get | ( | ) | const [inline] |
Definition at line 152 of file BinHTTPURLInputStream.cpp.
bool SocketJanitor::isDataNull | ( | ) | [inline] |
Definition at line 75 of file UnixHTTPURLInputStream.cpp.
bool SocketJanitor::isDataNull | ( | ) | [inline] |
Definition at line 163 of file BinHTTPURLInputStream.cpp.
int* SocketJanitor::release | ( | ) | [inline] |
Definition at line 65 of file UnixHTTPURLInputStream.cpp.
SOCKET* SocketJanitor::release | ( | ) | [inline] |
Definition at line 153 of file BinHTTPURLInputStream.cpp.
void SocketJanitor::reset | ( | int * | p = 0 | ) | [inline] |
Definition at line 67 of file UnixHTTPURLInputStream.cpp.
void SocketJanitor::reset | ( | SOCKET * | p = 0 | ) | [inline] |
Definition at line 155 of file BinHTTPURLInputStream.cpp.