BioDynaMo  v1.05.119-a4ff3934
Classes | Namespaces | Functions
io.h File Reference
#include <string>
#include <vector>
#include <TFile.h>
#include <TSystem.h>
#include "core/util/root.h"
Include dependency graph for io.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  bdm::RuntimeVariables
 
class  bdm::TFileRaii
 Automatically close a TFile object using RAII pattern. More...
 
class  bdm::IntegralTypeWrapper< T >
 
class  bdm::VectorTypeWrapper< T >
 

Namespaces

 bdm
 

Functions

bool bdm::FileExists (const std::string &file_name)
 
void bdm::WriteToFile (const std::string &filename, const std::string &content)
 
template<typename T >
bool bdm::GetPersistentObject (const char *root_file, const char *obj_name, T *&empty_obj)
 Gets the persistent object from the specified ROOT file. More...
 
template<typename T >
void bdm::WritePersistentObject (const char *root_file, const char *obj_name, const T &pst_object, const char *mode="new")
 Writes a persistent object to the specified ROOT file. More...