FOSSology  4.4.0
Open Source License Compliance by Open Source Software
files.hpp File Reference

Utility functions for file handling. More...

#include <string>
#include <glib.h>
Include dependency graph for files.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Utility functions for file handling.

Definition in file files.hpp.