17#ifndef MBED_FILESYSTEMLIKE_H
18#define MBED_FILESYSTEMLIKE_H
20#include "platform/platform.h"
22#include "platform/FileBase.h"
23#include "platform/FileSystemHandle.h"
24#include "platform/FileHandle.h"
25#include "platform/DirHandle.h"
26#include "platform/NonCopyable.h"
A filesystem-like object is one that can be used to open file-like objects though it by fopen("/name/...
A filesystem-like object is one that can be used to open file-like objects though it by fopen("/name/...
FileSystemLike(const char *name=NULL)
FileSystemLike lifetime.
Prevents generation of copy constructor and copy assignment operator in derived classes.