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