TVldTimeStamp.cxx File Reference

#include "TVldTimeStamp.hxx"
#include <TSK_DBI_Log.hxx>
#include <MsgFormat.h>
#include <climits>
#include <math.h>
#include <unistd.h>
#include <sys/time.h>
#include "TString.h"
Include dependency graph for TVldTimeStamp.cxx:

Go to the source code of this file.

Functions

 ClassImp (TVldTimeStamp) const Int_t kNsPerSec
std::ostream & operator<< (std::ostream &os, const TVldTimeStamp &ts)

Function Documentation

ClassImp ( TVldTimeStamp   )  const
std::ostream& operator<< ( std::ostream &  os,
const TVldTimeStamp ts 
)

Definition at line 53 of file TVldTimeStamp.cxx.

00054 {
00055    if (os.good()) {
00056       if (os.tie()) os.tie()->flush(); // instead of opfx
00057       os << ts.AsString("c");
00058    }
00059    // instead of os.osfx()
00060    if (os.flags() & std::ios::unitbuf) os.flush();
00061    return os;
00062 }


Generated on 11 Aug 2013 for SKDatabase by  doxygen 1.6.1