1 #ifndef IOUTILITIES_MISC_H 2 #define IOUTILITIES_MISC_H 13 #endif // IOUTILITIES_MISC_H #define CPP_UTILITIES_EXPORT
CPP_UTILITIES_EXPORT std::string readFile(const std::string &path, std::string::size_type maxSize=std::string::npos)
Reads all contents of the specified file in a single call.
Contains utility classes helping to read and write streams.