![]()  | 
  
    SLProject
    4.2.000
    
   A platform independent 3D computer graphics framework for desktop OS,  Android,  iOS and online in web browsers 
   | 
 
Collection of functions for accessing files stored in memory. More...
Functions | |
| bool | exists (std::string path) | 
| std::vector< char > & | get (std::string path) | 
| void | set (std::string path, const std::vector< char > &data) | 
| void | clear (std::string path) | 
Collection of functions for accessing files stored in memory.
| void SLIOMemory::clear | ( | std::string | path | ) | 
Definition at line 34 of file SLIOMemory.cpp.
| bool SLIOMemory::exists | ( | std::string | path | ) | 
Definition at line 19 of file SLIOMemory.cpp.
| std::vector< char > & SLIOMemory::get | ( | std::string | path | ) | 
Definition at line 24 of file SLIOMemory.cpp.
| void SLIOMemory::set | ( | std::string | path, | 
| const std::vector< char > & | data | ||
| ) | 
Definition at line 29 of file SLIOMemory.cpp.