C++ Utilities  4.17.0
Useful C++ classes and routines such as argument parser, IO and conversion utilities
Namespaces | Functions
misc.cpp File Reference
#include "./misc.h"
#include "./catchiofailure.h"
#include "./nativefilestream.h"
#include <streambuf>
Include dependency graph for misc.cpp:

Go to the source code of this file.

Namespaces

 IoUtilities
 Contains utility classes helping to read and write streams.
 

Functions

CPP_UTILITIES_EXPORT std::string IoUtilities::readFile (const string &path, std::string::size_type maxSize)
 Reads all contents of the specified file in a single call. More...