#include "TParameter.h"

TParameter<int>


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

class TParameter<int> : public TObject

Inheritance Chart:
TObject
<-
TParameter<int>

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

Data Members

    private:
TString fName int fVal

Class Description

                                                                      
 TParameter<AParamType>                                               
                                                                      
 Named parameter, streamable and storable.                            
                                                                      

void SetVal(const AParamType &val)

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.