#include "torc/common/TestHelpers.hpp"
#include <fstream>

Go to the source code of this file.
Namespaces | |
| namespace | torc |
| namespace | torc::common |
Functions | |
| bool | torc::common::readFileIntoString (const boost::filesystem::path &inPath, std::string &outString) |
| Read the raw contents of the specified file into a std::string. | |
| bool | torc::common::fileContentsAreEqual (const boost::filesystem::path &inA, const boost::filesystem::path &inB) |
| Compare the raw contents of two files to determine whether they are identical. | |
Definition in file TestHelpers.cpp.
1.5.6