30 #include "../../common/WDefines.h"
47 WWriter( std::string fname,
bool overwrite =
false );
WWriter(std::string fname, bool overwrite=false)
Creates a writer object for writing something to a file.
OW_API_DEPRECATED void setFileName(std::string fname)
Reset file name and checks if the file already exists in case of non overwriting is specified...
bool m_overwrite
flag indicating if the file may be overwritten (true) or not (false)
Write some data to the given file.
#define OW_API_DEPRECATED
In order to mark functions for the compiler as deprecated we need to put this before each deprecated ...
void setFilename(std::string fname)
Reset file name and checks if the file already exists in case of non overwriting is specified...
std::string m_fname
Absolute path of the file to write to.