#include <iostream>
#include <math.h>
#include <algorithm>
#include "netlink.h"
#include "netnode.h"
#include "../util/utils.h"
Functions | |
ostream & | operator<< (ostream &ostr, const NetLink &stud) |
Overloaded ostream operator for printing the NetLink object. | |