rooRelationshipType
class description - source file - inheritance tree
public:
rooRelationshipType rooRelationshipType()
rooRelationshipType rooRelationshipType(void* imp)
rooRelationshipType rooRelationshipType(rooRelationshipType&)
virtual void ~rooRelationshipType()
TClass* Class()
virtual Bool_t is_relationship_type() const
virtual TClass* IsA() const
rooClass& other_class()
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
protected:
rooClass* fOtherClass destination class of this relationship type.
rooRelationshipType corresponds to Relationship_Type Class
The abstract class rooRelationshipType represents descriptors for relationship
types. An instance of any concrete derived class is called a
relationship-type descriptor; it provides information about a particular
relationship type, called its described type.
Each relationship type has two defining characteristics:
The directionality of relationships of this type (unidirectional or
bidirectional)
The destination class for relationships of this type.
Concrete derived classes represent descriptors for unidirectional and
bidirectional relationships.
Because this class is abstract, you never instantiate it; instead, you work
with instances of its concrete derived classes. You should not derive your
own classes from this class.
rooRelationshipType()
default ctor., for internal use only
~rooRelationshipType()
for internal use only
Inline Functions
rooRelationshipType rooRelationshipType(void* imp)
rooClass& other_class()
Bool_t is_relationship_type() const
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
rooRelationshipType rooRelationshipType(rooRelationshipType&)
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.