LifoMCom::Buffer Class Reference
Collaboration diagram for LifoMCom::Buffer:
Detailed Description
Definition at line 53 of file lifomcom.h.
Public Member Functions | |
| Buffer () | |
| ~Buffer () | |
| void | Push (player_mcom_data_t newdat) |
| player_mcom_data_t | Pop () |
| player_mcom_data_t | Read () |
| void | Clear () |
| void | print () |
| void | SetCapacity (int cap) |
| int | GetCapacity () |
Public Attributes | |
| int | type |
| char | channel [MCOM_CHANNEL_LEN] |
Private Attributes | |
| player_mcom_data_t | dat [MCOM_N_BUFS] |
| int | top |
| int | capacity |
The documentation for this class was generated from the following files:
