cppassist  1.0.0.f4fab4f962ff
C++ sanctuary for small but powerful and frequently required, stand alone features.
Namespaces | Functions
readfile.h File Reference
#include <string>
#include <cppassist/cppassist_api.h>
Include dependency graph for readfile.h:

Go to the source code of this file.

Namespaces

 cppassist
 
 cppassist::fs
 

Functions

CPPASSIST_API bool cppassist::fs::readFile (const std::string &filePath, std::string &content)
 Read entire file into a string. More...
 
CPPASSIST_API std::string cppassist::fs::readFile (const std::string &filePath)
 Read entire file into a string. More...