TDbiResultKey.cxx File Reference

#include <iostream>
#include <map>
#include <sstream>
#include "TDbiResultKey.hxx"
#include <TSK_DBI_Log.hxx>
#include <MsgFormat.h>
Include dependency graph for TDbiResultKey.cxx:

Go to the source code of this file.

Functions

ClassImp(TDbiResultKey)
TDbiResultKey TDbiResultKey
std::ostream & 
operator<< (std::ostream &os, const TDbiResultKey &key)

Function Documentation

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 }


Generated on 11 Aug 2013 for SKDatabase by  doxygen 1.6.1