#include "TParameter.h"

TParameter


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

class TParameter : public TObject

Inheritance Chart:
TObject
<-
TParameter<Long64_t>

    public:
void ~TParameter<long long>() static TClass* Class() virtual const char* GetName() const const long long& GetVal() const virtual TClass* IsA() const TParameter<long long>& operator=(const TParameter<long long>&) void SetVal(const long long& val) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b) TParameter<long long> TParameter<long long>() TParameter<long long> TParameter<long long>(const char* name, const long long& val) TParameter<long long> TParameter<long long>(const TParameter<long long>&)

Data Members

    private:
TString fName long long fVal

Class Description

                                                                      
 TParameter<AParamType>                                               
                                                                      
 Named parameter, streamable and storable.                            
                                                                      




Inline Functions


                          void ~TParameter()
         TParameter<long long> TParameter()
         TParameter<long long> TParameter(const char* name, const long long& val)
                   const char* GetName() const
              const long long& GetVal() const
                          void SetVal(const long long& val)
                       TClass* Class()
                       TClass* IsA() const
                          void ShowMembers(TMemberInspector& insp, char* parent)
                          void Streamer(TBuffer& b)
                          void StreamerNVirtual(TBuffer& b)
         TParameter<long long> TParameter(const TParameter<long long>&)
        TParameter<long long>& operator=(const TParameter<long long>&)


Author: Maarten Ballintijn 21/06/2004
Last update: root/base:$Name: $:$Id: TParameter.cxx,v 1.2 2004/06/25 22:44:18 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.