//*-- Author : Valeriy Onuchin 11/09/2000
//
//
////////////////////////////////////////////////////////////////////////////////
//
// rooScope corresponds to d_Scope Class
//
// The abstract class rooScope represents objects that organize the entities
// in the federated database schema. An instance of any concrete class derived
// from rooScope is called a scope.
//
//______________________________________________________________________________
//
// About Scopes
//
// Each scope contains definitions of entities in the schema. This class
// defines member functions for iterating through the entities defined in a
// scope and for looking up a particular entity in the scope.
//
// Because rooScope is abstract, you never instantiate it. You should not
// derive your own classes from this class.
#include "rooObjy.h"
#include <ooas.h>
#include <oo.h>
ClassImp(rooScope)
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.