C++ Utilities  4.17.0
Useful C++ classes and routines such as argument parser, IO and conversion utilities
Namespaces | Functions
misc.h File Reference
#include "../global.h"
#include <string>
Include dependency graph for misc.h:
This graph shows which files directly or indirectly include this file:

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...