#include <vector>
#include <fstream>
#include <stdexcept>
#include <string>
#include "typedefs.h"
Go to the source code of this file.
Classes | |
class | file_not_found |
Defines | |
#define | SLURPEDFILE_H SLURPEDFILE_H |
Functions | |
bool | file_exists (const string &filename) |
slurpedfile | slurp (const string &filename) |
bool | slurptofile (const string &filename, const std::string &content) |
#define SLURPEDFILE_H SLURPEDFILE_H |
bool file_exists | ( | const string & | filename | ) |
Referenced by esmfile::esmfile().
slurpedfile slurp | ( | const string & | filename | ) |
Referenced by verifiedcert::verify().
bool slurptofile | ( | const string & | filename, | |
const std::string & | content | |||
) |
Referenced by main().