#include <algorithm>
#include "CDataEntity.h"
Go to the source code of this file.
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const CDataEntity & |
de |
|
) |
| |
Definition at line 81 of file CDataEntity.cpp.
References CDataEntity::mOrigValueMap, CDataEntity::mSpeciesValueMap, and CDataEntity::mTime.
83 os <<
"time: " << de.
mTime <<
" size: " << std::endl;
84 std::map<std::string, C_FLOAT64>::const_iterator it1;
85 std::map<std::string, C_FLOAT64>::const_iterator it2;
92 os << (*it1).first <<
" : " << (*it1).second <<
" orig: " << (*it2).second << std::endl;
94 os << (*it1).first <<
" : " << (*it1).second <<
" orig: not found" << std::endl;
std::map< std::string, C_FLOAT64 > mOrigValueMap
std::map< std::string, C_FLOAT64 > mSpeciesValueMap