PeTar
N-body code for collisional gravitational systems
io.hpp File Reference
#include <iostream>
#include <cstdio>
#include <cstring>
#include <iomanip>
#include <fstream>
#include <string>
#include <map>
Include dependency graph for io.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  IOParamsPrintHelp
 
struct  IOParams< Type >
 
class  IOParamsContainer
 IO Params container. More...
 
class  FileHeader
 

Macros

#define PRINT_WIDTH   15
 
#define PRINT_PRECISION   7
 

Functions

template<class Type >
std::ostream & operator<< (std::ostream &os, const IOParams< Type > &par)
 

Macro Definition Documentation

◆ PRINT_PRECISION

#define PRINT_PRECISION   7

◆ PRINT_WIDTH

#define PRINT_WIDTH   15

Function Documentation

◆ operator<<()

template<class Type >
std::ostream& operator<< ( std::ostream &  os,
const IOParams< Type > &  par 
)