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

Contains the definitions of members of class tgModel $Id$. More...

#include "tgModel.h"
#include "tgModelVisitor.h"
#include "abstractMarker.h"
#include <stdexcept>

Go to the source code of this file.

Functions

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

Detailed Description

Contains the definitions of members of class tgModel $Id$.

Definition in file tgModel.cpp.

Function Documentation

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

Overload operator<<() to handle tgModel

Parameters
[in,out]osan ostream
[in]paira tgModel
Returns
os
Todo:
Inlining this does no good; stream operations are slow.

Definition at line 219 of file tgModel.cpp.

Here is the call graph for this function: