NTRT Simulator
 All Classes Files Functions Variables Typedefs Friends Pages
CPGEdge.h File Reference

Definition of class CPGEdge. More...

#include <math.h>
#include <sstream>
#include <vector>
#include "CPGNode.h"

Go to the source code of this file.

Classes

class  CPGEdge
 

Functions

std::ostream & operator<< (std::ostream &os, const CPGEdge &obj)
 

Detailed Description

Definition of class CPGEdge.

Date
March 2014
Author
Brian Tietz $Id$

Definition in file CPGEdge.h.

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const CPGEdge obj 
)
inline

Overload operator<<() to handle CPGNode

Parameters
[in,out]osan ostream
[in]areference to a CPGNode
Returns
os
Todo:
Inlining this does no good; stream operations are slow.

Definition at line 83 of file CPGEdge.h.