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

Contains the definition of class tgModel. More...

#include "tgCast.h"
#include "tgTaggable.h"
#include "tgTagSearch.h"
#include "tgSenseable.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  tgModel
 

Functions

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

Detailed Description

Contains the definition of class tgModel.

Author
Ryan Adams, Drew Sabelhaus $Id$

Definition in file tgModel.h.

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: