C++ Utilities 5.26.1
Useful C++ classes and routines such as argument parser, IO and conversion utilities
|
Go to the source code of this file.
Namespaces | |
namespace | CppUtilities |
Contains all utilities provides by the c++utilities library. | |
Macros | |
#define | CPP_UTILITIES_IOMISC_STRING_VIEW |
Functions | |
CPP_UTILITIES_EXPORT std::string | CppUtilities::readFile (const std::string &path, std::string::size_type maxSize) |
Reads all contents of the specified file in a single call. | |
std::string | CppUtilities::readFile (std::string_view path, std::string_view::size_type maxSize) |
Reads all contents of the specified file in a single call. | |
CPP_UTILITIES_EXPORT void | CppUtilities::writeFile (std::string_view path, std::string_view contents) |
Writes all contents to the specified file in a single call. | |