Alex Bikfalvi
SimStream Documentation
CConnectionEntry Class Reference
Public Types | |
| enum | EState { FREE = 0, ALLOC = 1, ASSIGNED = 2 } |
Public Member Functions | |
| void | Free () |
| void | Alloc () |
| void | Assign (CConnection *connection) |
| CConnection * | Connection () |
| EState | State () |
| CConnectionEntry * | Next () |
| void | Next (CConnectionEntry *next) |
| CConnectionEntry * | Prev () |
| void | Prev (CConnectionEntry *prev) |
| __uint32 | Entry () |
| void | Entry (__uint32 entry) |
Private Attributes | |
| CConnectionEntry * | next |
| CConnectionEntry * | prev |
| CConnection * | connection |
| __uint32 | entry |
| EState | state |
Detailed Description
Definition at line 5 of file ConnectionEntry.h.
The documentation for this class was generated from the following files:
Last updated: February 8, 2011