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

Definition of class CPGNode. More...

#include <algorithm>
#include <math.h>
#include <vector>
#include <assert.h>
#include <sstream>
#include "CPGEdge.h"

Go to the source code of this file.

Classes

class  CPGNode
 

Functions

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

Detailed Description

Definition of class CPGNode.

Date
March 2014
Author
Brian Tietz $Id$

Definition in file CPGNode.h.

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const CPGNode 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 135 of file CPGNode.h.