library: libCore
#include "TTime.h"

TTime


class description - source file - inheritance tree (.pdf)

class TTime

Inheritance Chart:
TTime

    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) TTime operator/=(const TTime& t) ~TTime() const char* AsString() const static TClass* Class() virtual TClass* IsA() const long operator long() const unsigned long operator unsigned long() const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
Long_t fMilliSec

Class Description

                                                                      
 TTime                                                                
                                                                      
 Basic time type with millisecond precision.                          
                                                                      


const char* AsString() const



Inline Functions


                 void ~TTime()
                TTime TTime()
                TTime TTime(Long_t msec)
                TTime TTime(const TTime& t)
                TTime operator=(const TTime& t)
                TTime operator+=(const TTime& t)
                TTime operator-=(const TTime& t)
                TTime operator*=(const TTime& t)
                TTime operator/=(const TTime& t)
                 long operator long() const
        unsigned long operator unsigned long() const
              TClass* Class()
              TClass* IsA() const
                 void ShowMembers(TMemberInspector& insp, char* parent)
                 void Streamer(TBuffer& b)
                 void StreamerNVirtual(TBuffer& b)


Author: Fons Rademakers 28/11/96
Last update: root/base:$Name: $:$Id: TTime.cxx,v 1.1.1.1 2000/05/16 17:00:39 rdm 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.