FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
Utility functions for file handling. More...
#include <string>
#include <glib.h>
Go to the source code of this file.
Classes | |
class | fo::File |
Class to handle file related operations. More... | |
Namespaces | |
fo | |
fo namespace holds the FOSSology library functions. | |
Functions | |
std::string | fo::getStringFromFile (const char *filename, const unsigned long int maximumBytes) |
Reads the content of a file and return it as a string. More... | |
std::string | fo::getStringFromFile (std::string const &filename, const unsigned long int maximumBytes) |
Utility functions for file handling.
Definition in file files.hpp.