#include <iostream>#include <map>#include <sstream>#include "TDbiResultKey.hxx"#include <TSK_DBI_Log.hxx>#include <MsgFormat.h>
Go to the source code of this file.
Functions | |
| ClassImp(TDbiResultKey) TDbiResultKey TDbiResultKey std::ostream & | operator<< (std::ostream &os, const TDbiResultKey &key) |
| ClassImp (TDbiResultKey) TDbiResultKey TDbiResultKey std::ostream& operator<< | ( | std::ostream & | os, | |
| const TDbiResultKey & | key | |||
| ) |
Definition at line 24 of file TDbiResultKey.cxx.
00024 { 00025 os << key.AsString() << endl; 00026 return os; 00027 }
1.6.1