SLProject  4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
SLIOMemory.h File Reference
#include <SLFileStorage.h>
Include dependency graph for SLIOMemory.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SLIOReaderMemory
 SLIOStream implementation for reading from memory. More...
 
class  SLIOWriterMemory
 SLIOStream implementation for reading to memory. More...
 

Namespaces

 SLIOMemory
 Collection of functions for accessing files stored in memory.
 

Functions

bool SLIOMemory::exists (std::string path)
 
std::vector< char > & SLIOMemory::get (std::string path)
 
void SLIOMemory::set (std::string path, const std::vector< char > &data)
 
void SLIOMemory::clear (std::string path)
 

Detailed Description

Date
October 2022
Authors
Marino von Wattenwyl
Remarks
Please use clangformat to format the code. See more code style on https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style

Definition in file SLIOMemory.h.