#include <iostream>
#include "../util/vector.h"
#include "train.h"
#include "../network//netnode.h"
#include "../network/netlink.h"
#include <variant>
#include "traintypes.h"
#include <algorithm>
#include <cmath>
#include <limits>
#include "../util/logger.h"
#include "../util/error.h"
Macros | |
#define | stringify(name) #name |
Functions | |
std::ostream & | operator<< (std::ostream &ostr, Train &train) |
#define stringify | ( | name | ) | #name |
std::ostream & operator<< | ( | std::ostream & | ostr, |
Train & | train | ||
) |