############
MemoryDevice
############

.. cpp:namespace:: SC::Store::MemoryDevice

.. default-domain:: cpp

Content
=======

====== =================
class  MemoryFilesystem 
====== =================

Functions
=========

============================================ =====================================================================================================================
bool                                         :cpp:func:`Exists <bool SC::Store::MemoryDevice::Exists(char const *utf8_path)>`                                     
bool                                         :cpp:func:`IsDirectory <bool SC::Store::MemoryDevice::IsDirectory(char const *utf8_path)>`                           
bool                                         :cpp:func:`CreateDirs <bool SC::Store::MemoryDevice::CreateDirs(char const *utf8_directory_path)>`                   
bool                                         :cpp:func:`RemoveAll <bool SC::Store::MemoryDevice::RemoveAll(char const *utf8_path)>`                               
:doc:`classSC_1_1Store_1_1MemoryDeviceFile`  :cpp:func:`OpenFileForReading <MemoryDeviceFile SC::Store::MemoryDevice::OpenFileForReading(char const *utf8_path)>` 
char const *                                 :cpp:func:`ToAbsolutePath <char const  * SC::Store::MemoryDevice::ToAbsolutePath(char const *utf8_path)>`            
============================================ =====================================================================================================================

.. cpp:namespace:: nullptr

Detailed Description
====================

.. doxygenclass:: SC::Store::MemoryDevice
   :project: libsc
   :members:
   :undoc-members:



