Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include <vsnet_sockettcp.h>
Public Member Functions | |
SqQueues () | |
bool | empty () const |
int | getLength (int idx) |
void | push (int idx, PacketPtr m) |
PacketPtr | pop () |
Definition at line 141 of file vsnet_sockettcp.h.
VsnetTCPSocket::SqQueues::SqQueues | ( | ) |
Definition at line 478 of file vsnet_sockettcp.cpp.
bool VsnetTCPSocket::SqQueues::empty | ( | ) | const |
Definition at line 487 of file vsnet_sockettcp.cpp.
Referenced by VsnetTCPSocket::lower_clean_sendbuf(), VsnetTCPSocket::lower_sendbuf(), VsnetTCPSocket::need_test_writable(), and VsnetTCPSocket::sendbuf().
Definition at line 500 of file vsnet_sockettcp.cpp.
Referenced by VsnetTCPSocket::queueLen().
VsnetTCPSocket::PacketPtr VsnetTCPSocket::SqQueues::pop | ( | ) |
Definition at line 508 of file vsnet_sockettcp.cpp.
Referenced by VsnetTCPSocket::lower_clean_sendbuf(), and VsnetTCPSocket::lower_sendbuf().
Definition at line 492 of file vsnet_sockettcp.cpp.
Referenced by VsnetTCPSocket::sendbuf().