#include <sfile.h>
◆ SFile() [1/4]
◆ SFile() [2/4]
SFile::SFile |
( |
const std::string & |
newfile | ) |
|
◆ SFile() [3/4]
SFile::SFile |
( |
const SFile & |
that | ) |
|
◆ SFile() [4/4]
SFile::SFile |
( |
SFile && |
that | ) |
|
◆ ~SFile()
◆ clear()
◆ copy()
void SFile::copy |
( |
const std::string & |
target | ) |
|
◆ deleteFromDisk()
void SFile::deleteFromDisk |
( |
| ) |
|
◆ exec()
int SFile::exec |
( |
const std::string & |
args | ) |
|
◆ exists()
◆ fromStream()
bool SFile::fromStream |
( |
std::istream & |
source | ) |
|
◆ fromString()
bool SFile::fromString |
( |
const std::string & |
source | ) |
|
◆ genTempFileName()
std::string SFile::genTempFileName |
( |
| ) |
|
|
static |
◆ getDIRContents()
std::vector< std::string > SFile::getDIRContents |
( |
bool |
recurse = false | ) |
|
◆ getLocation()
const std::string & SFile::getLocation |
( |
| ) |
|
◆ getSystemSeparator()
std::string SFile::getSystemSeparator |
( |
| ) |
|
|
static |
◆ isDIR()
◆ localTempDIR()
std::string SFile::localTempDIR |
( |
| ) |
|
|
static |
◆ mkdir()
◆ move()
void SFile::move |
( |
const std::string & |
target | ) |
|
◆ operator=() [1/3]
◆ operator=() [2/3]
◆ operator=() [3/3]
◆ removeOnDestroy()
void SFile::removeOnDestroy |
( |
bool |
dorem = true | ) |
|
◆ setLocation()
void SFile::setLocation |
( |
const std::string & |
newlocation | ) |
|
◆ size()
long unsigned int SFile::size |
( |
| ) |
|
◆ toStream()
bool SFile::toStream |
( |
std::ostream & |
targ | ) |
|
◆ toString()
std::string SFile::toString |
( |
| ) |
|
The documentation for this class was generated from the following files: