Celeritas 0.6.0-rc.2.13+develop.285b9112
|
#include <fstream>
#include <iostream>
#include <string>
#include "corecel/Assert.hh"
#include "corecel/Macros.hh"
Classes | |
class | celeritas::FileOrStdin |
Construct an input from an existing file, or stdin if the filename is "-". More... | |
class | celeritas::FileOrStdout |
Construct an output to a new file, or stdout if the filename is "-". More... | |