rooVArrayRefType


class description - source file - inheritance tree

class rooVArrayRefType : public rooCollectionType


    public:
rooVArrayRefType rooVArrayRefType() rooVArrayRefType rooVArrayRefType(void* imp) rooVArrayRefType rooVArrayRefType(rooVArrayRefType&) virtual void ~rooVArrayRefType() TClass* Class() const rooRefType& element_ref_type() const virtual Bool_t is_varray_ref_type() const virtual Bool_t is_varray_type() const virtual TClass* IsA() const virtual Int_t kind() const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b)

Data Members

protected:
rooRefType* fElementRefType object-reference element type

Class Description

 rooVArrayRefType corresponds to VArray_Ref_Type Class

 The class rooVArrayRefType represents descriptors for object-reference VArray
 types. An instance of this class is called an object-reference-VArray type
 descriptor.

 An instance of this class provides information about a particular
 object-reference VArray type, called its described type. An object-reference
 VArray type is a variable-size array type whose elements are
 object-references to instances of a particular persistence-capable referenced
 class.

 You should never instantiate this class directly. Instead, you can obtain an
 object-reference-VArray type descriptor either from the module descriptor
 for the top-level module or from an attribute descriptor for an
 object-reference VArray attribute. Typically, you obtain an instance by
 calling the inherited type_of member function of an attribute descriptor.

rooVArrayRefType()
 default ctor., for internal use only

~rooVArrayRefType()
 dtor., for internal use only



Inline Functions


         rooVArrayRefType rooVArrayRefType(void* imp)
                    Int_t kind() const
        const rooRefType& element_ref_type() const
                   Bool_t is_varray_type() const
                   Bool_t is_varray_ref_type() const
                  TClass* Class()
                  TClass* IsA() const
                     void ShowMembers(TMemberInspector& insp, char* parent)
                     void Streamer(TBuffer& b)
         rooVArrayRefType rooVArrayRefType(rooVArrayRefType&)


Author: Valeriy Onuchin 11/09/2000


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.