Empirical
Classes | Namespaces
File.h File Reference

The File object maintains a simple, in-memory file. More...

#include <fstream>
#include <functional>
#include <iostream>
#include <set>
#include <string>
#include "../base/vector.h"
#include "string_utils.h"

Go to the source code of this file.

Classes

class  emp::File
 A class to maintin files for loading, writing, storing, and easy access to components. More...
 

Namespaces

 emp
 If we are in emscripten, make sure to include the header.
 

Detailed Description

The File object maintains a simple, in-memory file.

Note
This file is part of Empirical, https://github.com/devosoft/Empirical
Date
2018
Note
Status: BETA
Todo:
We need to modify this code to make sure File can also work with Emscripten, appropriately. Alternatively, we might want to have a more flexible file class that wraps this one.