![]() |
Shamrock 2025.10.0
Astrophysical Code
|
#include "shambase/aliases_float.hpp"#include "shambase/aliases_int.hpp"#include "shambase/bytestream.hpp"#include "shambase/exception.hpp"#include <array>#include <fstream>#include <sstream>#include <stdexcept>#include <string>#include <utility>#include <vector>
Include dependency graph for fortran_io.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | shambase::FortranIOFile |
| Class for reading and writing Fortran-style binary files. More... | |
Namespaces | |
| namespace | shambase |
| namespace for basic c++ utilities | |
Functions | |
| FortranIOFile | shambase::load_fortran_file (const std::string &fname) |
| Load a Fortran formatted file from disk. | |
Definition in file fortran_io.hpp.