TTime


class description - source file - inheritance tree

class TTime


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

Data Members

private:
Long_t fMilliSec

Class Description

                                                                      
 TTime                                                                
                                                                      
 Basic time type with millisecond precision.                          
                                                                      


const char* AsString() const



Inline Functions


              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
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void ~TTime()


Author: Fons Rademakers 28/11/96
Last update: 1.00/06 23/03/97 11.01.59 by Rene Brun
Copyright (c) 1995-1999, The ROOT System, All rights reserved. *


ROOT page - Class index - 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.