SEVN
Loading...
Searching...
No Matches
star.h File Reference
#include <vector>
#include <IO.h>
#include <lookup_and_phases.h>
#include <property.h>
#include <errhand.h>
#include <iostream>
#include <utilities.h>
#include <memory>
#include <params.h>
#include <algorithm>
#include <sevnlog.h>
#include <chrono>
#include <limits>

Go to the source code of this file.

Classes

class  Star
 
class  Star_auxiliary
 
class  Empty
 

Macros

#define FOR4   for(size_t _i = 0; _i < 4; _i++)
 

Functions

std::ostream & operator<< (std::ostream &os, Star &s)
 

Macro Definition Documentation

◆ FOR4

#define FOR4   for(size_t _i = 0; _i < 4; _i++)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  os,
Star s 
)
inline

Overlead of the ostream opeator << to make a custome print of the class star.

Parameters
osostream operator
sobject of class star
Returns
an ostream with the star infos (Name, Mzams, Z, sn_type, tfinale, dt out)