swift
|
Go to the source code of this file.
Classes | |
class | swift::core::fsd::DeletePilot |
Used to notify the server of the intention to close the connection. If a client receives this packet it should remove the client from its internal database. More... | |
Namespaces | |
swift::core | |
Backend services of the swift project, like dealing with the network or the simulators. | |
Functions | |
bool | swift::core::fsd::operator== (const DeletePilot &lhs, const DeletePilot &rhs) |
Equal to operator. | |
bool | swift::core::fsd::operator!= (const DeletePilot &lhs, const DeletePilot &rhs) |
Not equal to operator. | |