TDbiResultKey.hxx File Reference

#include <list>
#include <iosfwd>
#include <string>
#include "TObject.h"
#include "TVldTimeStamp.hxx"
Include dependency graph for TDbiResultKey.hxx:
This graph shows which files directly or indirectly include this file:

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)

Function Documentation

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