Alex Bikfalvi
SimStream Documentation
CStreamPullSender Class Reference
Inheritance diagram for CStreamPullSender:
Classes | |
| class | CBitmapResponse |
| class | CSegmentResponse |
Public Types | |
| enum | EType { CONNECTING_SENDER = 0, SENDER = 1 } |
|
typedef map< CAddress, CStreamPullSender * > | TSenderList |
Public Member Functions | |
| CStreamPullSender (CAddress address, CConnectionReceiver *connection, TSenderList *list) | |
| CAddress | Address () |
| CConnectionReceiver * | Connection () |
| EType | Type () |
| void | Type (EType type) |
| CBitmapResponse | LastBitmapResponse () |
| void | SetBitmapResponse (CBitmapResponse bitmapResponse) |
| CSegmentResponse | LastSegmentResponse () |
| void | SetSegmentResponse (CSegmentResponse segmentResponse) |
| void | List (TSenderList *list) |
| TSenderList * | List () |
Private Attributes | |
| CAddress | address |
| CConnectionReceiver * | connection |
| EType | type |
| CBitmapResponse | bitmapResponse |
| CSegmentResponse | segmentResponse |
| TSenderList * | list |
Detailed Description
Definition at line 7 of file StreamPullSender.h.
The documentation for this class was generated from the following files:
Last updated: February 8, 2011