mbed-drivers
|
Public Member Functions | |
FileBase (const char *name, PathType t) | |
const char * | getName (void) |
PathType | getPathType (void) |
Static Public Member Functions | |
static FileBase * | lookup (const char *name, unsigned int len) |
static FileBase * | get (int n) |
Protected Attributes | |
FileBase * | _next |
const char * | _name |
PathType | _path_type |
Static Protected Attributes | |
static FileBase * | _head = NULL |