NeTrainSim 0.1.1 beta
The Open-Source Network Trains Simulator
 
Loading...
Searching...
No Matches
netnode.cpp File Reference
#include "netnode.h"
#include <iostream>
#include "../util/vector.h"
#include "netlink.h"
#include <math.h>
#include <algorithm>
#include <cmath>

Functions

ostream & operator<< (ostream &ostr, const NetNode &node)
 Overloaded ostream operator for printing the NetNode object.
 

Function Documentation

◆ operator<<()

ostream & operator<< ( ostream &  ostr,
const NetNode node 
)

Overloaded ostream operator for printing the NetNode object.

Parameters
ostrThe output stream object.
nodeThe NetNode object to be printed.
Returns
The output stream object.