library: libCore #include "TTime.h" |
TTime
class description - header file - source file - inheritance tree (.pdf)
public:
TTime()
TTime(Long_t msec)
TTime(const TTime& t)
TTime operator+=(const TTime& t)
TTime operator-=(const TTime& t)
TTime operator*=(const TTime& t)
TTime operator/=(const TTime& t)
virtual ~TTime()
const char* AsString() const
static TClass* Class()
virtual TClass* IsA() const
long operator long() const
unsigned long operator unsigned long() const
TTime& operator=(const TTime& t)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
private:
Long_t fMilliSec
TTime
Basic time type with millisecond precision.
const char * AsString()
Return the time as a string.
Author: Fons Rademakers 28/11/96
Last update: root/base:$Name: $:$Id: TTime.cxx,v 1.2 2005/11/16 20:04:11 pcanal Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.