//*-- Author : Valeriy Onuchin 11/09/2000
//
//
////////////////////////////////////////////////////////////////////////////////
//
// 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.
//
#include "rooObjy.h"
#include <ooas.h>
#include <oo.h>
ClassImp(rooAttributeType)
///////////////////////////////////////////////////////////////////////////////
//______________________________________________________________________________
rooAttributeType::rooAttributeType()
{
// default ctor. for internal use only
fImp = 0;
}
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.