Kea 2.7.5
|
#include <string>
#include <sys/stat.h>
Go to the source code of this file.
Namespaces | |
namespace | isc |
Defines the logger used by the top-level component of kea-lfc. | |
namespace | isc::test |
Functions | |
std::string | isc::test::decommentJSONfile (const std::string &input_file) |
Removes comments from a JSON file. | |
bool | isc::test::fileExists (const std::string &file_path) |
Checks if specified file exists. | |
std::string | isc::test::readFile (const std::string &file_path) |
Reads contents of the specified file. | |