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

Contains the implementations of parts of the abstract class tgDataManager. More...

#include "tgDataManager.h"
#include "tgSensor.h"
#include "core/tgSenseable.h"
#include "tgSensorInfo.h"
#include <iostream>
#include <stdexcept>
#include <cassert>

Go to the source code of this file.

Functions

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

Detailed Description

Contains the implementations of parts of the abstract class tgDataManager.

Author
Drew Sabelhaus $Id$

Definition in file tgDataManager.cpp.

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: