OGS
Writer.h File Reference

Detailed Description

Definition of the Writer class.

Author
Lars Bilke
Date
2012-02-13

Definition in file Writer.h.

#include <filesystem>
#include <sstream>
#include <string>
#include <string_view>
Include dependency graph for Writer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BaseLib::IO::Writer
 Base class which enables writing an object to string, stringstream or file. More...
 

Namespaces

namespace  BaseLib
 
namespace  BaseLib::IO
 

Functions

int BaseLib::IO::writeStringToFile (std::string_view content, std::filesystem::path const &file_path)