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

Contains the definition of class tgDataManager. More...

#include "core/tgSenseable.h"
#include <string>
#include <sstream>
#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  tgDataManager
 

Functions

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

Detailed Description

Contains the definition of class tgDataManager.

Author
Drew Sabelhaus $Id$

Definition in file tgDataManager.h.

Function Documentation

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

Overload operator<<() to handle tgDataManager

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

Definition at line 267 of file tgDataManager.cpp.

Here is the call graph for this function: