|
w11 - cpp 0.794
Backend server for Rlink and w11
|
FIXME_docs. More...
#include <RlinkServer.hpp>
Public Member Functions | |
| AttnId () | |
| Default constructor. | |
| AttnId (uint16_t mask, void *cdata) | |
| Constructor. | |
| bool | operator== (const AttnId &rhs) const |
| FIXME_docs. | |
Public Attributes | |
| uint16_t | fMask |
| void * | fCdata |
FIXME_docs.
Definition at line 152 of file RlinkServer.hpp.
|
inline |
Default constructor.
Definition at line 145 of file RlinkServer.ipp.
|
inline |
Constructor.
Definition at line 153 of file RlinkServer.ipp.
|
inline |
| uint16_t Retro::RlinkServer::AttnId::fMask |
Definition at line 153 of file RlinkServer.hpp.
Referenced by operator==().
| void* Retro::RlinkServer::AttnId::fCdata |
Definition at line 154 of file RlinkServer.hpp.
Referenced by operator==().