Euphoria
eu::io::WriteRootPhysicalFolder Struct Reference

#include <vfs.h>

Inheritance diagram for eu::io::WriteRootPhysicalFolder:
eu::io::WriteRoot

Public Member Functions

 WriteRootPhysicalFolder (const std::string &f)
 
void write_file (const FilePath &path, std::shared_ptr< MemoryChunk > data) override
 
- Public Member Functions inherited from eu::io::WriteRoot
 WriteRoot ()=default
 
virtual ~WriteRoot ()
 
 WriteRoot (const WriteRoot &)=delete
 
 WriteRoot (WriteRoot &&)=delete
 
void operator= (const WriteRoot &)=delete
 
void operator= (WriteRoot &&)=delete
 

Public Attributes

std::string folder
 

Detailed Description

Definition at line 159 of file vfs.h.

Constructor & Destructor Documentation

◆ WriteRootPhysicalFolder()

eu::io::WriteRootPhysicalFolder::WriteRootPhysicalFolder ( const std::string &  f)
explicit

Definition at line 368 of file vfs.cc.

Member Function Documentation

◆ write_file()

void eu::io::WriteRootPhysicalFolder::write_file ( const FilePath path,
std::shared_ptr< MemoryChunk data 
)
overridevirtual

Implements eu::io::WriteRoot.

Definition at line 375 of file vfs.cc.

Member Data Documentation

◆ folder

std::string eu::io::WriteRootPhysicalFolder::folder

Definition at line 170 of file vfs.h.


The documentation for this struct was generated from the following files: