| ChibiOS
    19.1.4
    | 
Memory stream object. More...
#include <memstreams.h>


| Data Fields | |
| const struct MemStreamVMT * | vmt | 
| Virtual Methods Table.  More... | |
|  Data Fields inherited from BaseSequentialStream | |
| const struct BaseSequentialStreamVMT * | vmt | 
| Virtual Methods Table.  More... | |
|  Data Fields inherited from BaseObject | |
| const struct BaseObjectVMT * | vmt | 
| Virtual Methods Table.  More... | |
Memory stream object.
Definition at line 70 of file memstreams.h.
| const struct MemStreamVMT* MemoryStream::vmt |