ChibiOS/HAL
6.1.0
|
Base file stream class. More...
#include <hal_files.h>
Data Fields | |
const struct FileStreamVMT * | 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... | |
Base file stream class.
This class represents a generic file data stream.
Definition at line 102 of file hal_files.h.
const struct FileStreamVMT* FileStream::vmt |
Virtual Methods Table.
Definition at line 104 of file hal_files.h.