____ _ __
/ __ )____ _____ | | / /___ ___________
/ __ / __ \/ ___/ | | /| / / __ `/ ___/ ___/
/ /_/ / /_/ (__ ) | |/ |/ / /_/ / / (__ )
/_____/\____/____/ |__/|__/\__,_/_/ /____/
A futuristic real-time strategy game.
This file is part of Bos Wars.
(C) Copyright 2001-2007 by the Bos Wars and Stratagus Project.
Distributed under the "GNU General Public License"#include <net_lowlevel.h>
Public Member Functions | |
| SocketSet () | |
| void | AddSocket (Socket socket) |
| void | DelSocket (Socket socket) |
Public Attributes | |
| std::vector< Socket > | Sockets |
| std::vector< int > | SocketReady |
| Socket | MaxSockFD |
Definition at line 104 of file net_lowlevel.h.
| SocketSet::SocketSet | ( | ) | [inline] |
Definition at line 105 of file net_lowlevel.h.
| void SocketSet::AddSocket | ( | Socket | socket | ) |
Add a socket to a socket set
| socket | Socket to add to the socket set |
Definition at line 720 of file lowlevel.cpp.
References MaxSockFD, SocketReady, and Sockets.
| void SocketSet::DelSocket | ( | Socket | socket | ) |
Delete a socket from a socket set
| socket | Socket to delete from the socket set |
Definition at line 734 of file lowlevel.cpp.
References MaxSockFD, SocketReady, and Sockets.
| std::vector<Socket> SocketSet::Sockets |
| std::vector<int> SocketSet::SocketReady |
1.5.6