NTRT Simulator  Version: Master
 All Classes Namespaces Files Functions Variables Typedefs Friends Pages
tgStructureInfo.h File Reference

Definition of class tgStructureInfo. More...

#include "tgBuildSpec.h"
#include "core/tgTaggable.h"
#include <iostream>
#include <vector>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  tgStructureInfo
 

Functions

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

Detailed Description

Definition of class tgStructureInfo.

Author
Ryan Adams
Date
March 2014 $Id$

Definition in file tgStructureInfo.h.

Function Documentation

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

Overload operator<<() to handle tgStructureInfo

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

Definition at line 397 of file tgStructureInfo.cpp.