VFrVectObject


class description - source file - inheritance tree

class VFrVectObject : public TObject


    public:
VFrVectObject VFrVectObject(const VFrVectObject&) VFrVectObject VFrVectObject(FrVect* vect) VFrVectObject VFrVectObject() virtual void ~VFrVectObject() static TClass* Class() void DecCount() virtual void Delete(Option_t* opt) int GetCount() FrVect* GetFrVect() const virtual ULong_t Hash() const void IncCount() virtual TClass* IsA() const virtual Bool_t IsEqual(const TObject* obj) const FrVect* Release() virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
FrVect* mVect int mCount

Class Description

                                                                      
 VFrVectObject                                                        
                                                                      
 Encapsulates an FrVect structure. Mainly used in the VSignal and     
 VSignalManager classes. It is also the output of a frame channel's   
 GetSignal classes, which may be adopted by VSignal objects, without  
 fear that the user may want to get the ownership.                    
 This class is a helper class and should not be used or taken care of 
 by users                                                             
                                                                      


ULong_t Hash() const
 Return hash value for this VFrVectObject. Used for inclusion in THashTable

void Delete(Option_t* opt)
 Delete the frame vector

Bool_t IsEqual(const TObject *obj) const
 Default equal comparison (VFrVectObjects are equal if they point to the same
 FrVect in memory).



Inline Functions


        VFrVectObject VFrVectObject()
        VFrVectObject VFrVectObject(FrVect* vect)
              FrVect* GetFrVect() const
              FrVect* Release()
                  int GetCount()
                 void IncCount()
                 void DecCount()
              TClass* Class()
              TClass* IsA() const
                 void ShowMembers(TMemberInspector& insp, char* parent)
                 void Streamer(TBuffer& b)
                 void StreamerNVirtual(TBuffer& b)
        VFrVectObject VFrVectObject(const VFrVectObject&)
                 void ~VFrVectObject()
Last update: Tue Jul 1 17:28:08 2003


- ROOT page - VEGA 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 , or contact with any questions or problems regarding ROOT or VEGA.