rooPropertyType
class description - source file - inheritance tree
public:
rooPropertyType rooPropertyType()
rooPropertyType rooPropertyType(void* imp)
rooPropertyType rooPropertyType(rooPropertyType&)
virtual void ~rooPropertyType()
TClass* Class()
virtual UInt_t id() const
virtual TClass* IsA() const
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
virtual Int_t type_number() const
See also
-
rooAttributeType, rooRelationshipType
rooPropertyType corresponds to Property_Type Class
The abstract class rooPropertyType represents descriptors for property types
in the schema of the federated database.
Concrete derived classes represent descriptors for attribute types and
relationship types. An instance of any concrete derived class is called a
property-type descriptor; it provides information about a particular property
type, called its described type. 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.
rooPropertyType()
default ctor. , for internal use only
Int_t type_number() const
Returns the unique type number for the described property type.
UInt_t id() const
Returns the ID for the described type.
The ID of a property type is the same as its type number.
Inline Functions
rooPropertyType rooPropertyType(void* imp)
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
rooPropertyType rooPropertyType(rooPropertyType&)
void ~rooPropertyType()
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.