rooAttributeType
class description - source file - inheritance tree
public:
rooAttributeType rooAttributeType()
rooAttributeType rooAttributeType(void* imp)
rooAttributeType rooAttributeType(rooAttributeType&)
virtual void ~rooAttributeType()
TClass* Class()
virtual TClass* IsA() const
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
See also
-
rooBasicType, rooCollectionType, rooRefType
rooAttributeType corresponds Attribute_Type Class
The abstract class rooAttributeType represents descriptors for attribute
types in the schema of the federated database. An instance of any concrete
derived class is called an attribute-type descriptor; it provides
information about a particular attribute 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.
rooAttributeType()
default ctor. for internal use only
Inline Functions
rooAttributeType rooAttributeType(void* imp)
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
rooAttributeType rooAttributeType(rooAttributeType&)
void ~rooAttributeType()
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.