NTRT Simulator
Version: Master
|
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) |
Contains the implementations of parts of the abstract class tgDataManager.
Definition in file tgDataManager.cpp.
std::ostream& operator<< | ( | std::ostream & | os, |
const tgDataManager & | obj | ||
) |
Overload operator<<() to handle tgDataManager
[in,out] | os | an ostream |
[in] | pair | a tgDataManager |
Definition at line 267 of file tgDataManager.cpp.