#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.
|
| #define | FOR4 for(size_t _i = 0; _i < 4; _i++) |
| |
◆ FOR4
| #define FOR4 for(size_t _i = 0; _i < 4; _i++) |
◆ 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
-
| os | ostream operator |
| s | object of class star |
- Returns
- an ostream with the star infos (Name, Mzams, Z, sn_type, tfinale, dt out)