#include <AxPipe.h>
Inheritance diagram for AxPipe::CSourceMem:
Public Member Functions | |
CSourceMem () | |
Initalize member variables. | |
CSourceMem * | Init (size_t cb, void *p) |
Initialize with a buffer to read from. | |
Protected Member Functions | |
CSeg * | In () |
Get the one and only memory buffer the first time, then eof. | |
Private Attributes | |
CSeg * | m_pSegSave |
The one and only segment provided by this class. |
Definition at line 410 of file AxPipe.h.
|
Get the one and only memory buffer the first time, then eof.
Implements AxPipe::CSource. |
|
Initialize with a buffer to read from. We do not take over ownership of the buffer! Keep track of it yourself!
|