#include <list>
#include <iosfwd>
#include <string>
#include "TObject.h"
#include "TVldTimeStamp.hxx"
Go to the source code of this file.
Classes | |
class | TDbiResultKey |
Concept Summarises the composition of a single TDbiResultSet. More... | |
struct | TDbiResultKey::VRecKey |
Container for a SeqNo and CreationDate pair. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &os, const TDbiResultKey &key) |
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 }