|
| FileLike (const char *name) |
|
Public Member Functions inherited from mbed::FileHandle |
virtual ssize_t | write (const void *buffer, size_t length)=0 |
|
virtual int | close ()=0 |
|
virtual ssize_t | read (void *buffer, size_t length)=0 |
|
virtual int | isatty ()=0 |
|
virtual off_t | lseek (off_t offset, int whence)=0 |
|
virtual int | fsync ()=0 |
|
virtual off_t | flen () |
|
| FileBase (const char *name, PathType t) |
|
const char * | getName (void) |
|
PathType | getPathType (void) |
|
|
static FileBase * | lookup (const char *name, unsigned int len) |
|
static FileBase * | get (int n) |
|
FileBase * | _next |
|
const char * | _name |
|
PathType | _path_type |
|
static FileBase * | _head = NULL |
|
The documentation for this class was generated from the following files: