rooScope
class description - source file - inheritance tree
public:
virtual void ~rooScope()
TClass* Class()
virtual rooMetaObjectItr defines_begin()
virtual rooMetaObjectItr defines_end()
virtual TClass* IsA() const
virtual const rooMetaObject& resolve(const TString&, Int_t ver = kooLatestVersion) const
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
See also
-
rooClass, rooModule
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.
Inline Functions
const rooMetaObject& resolve(const TString&, Int_t ver = kooLatestVersion) const
rooMetaObjectItr defines_begin()
rooMetaObjectItr defines_end()
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void ~rooScope()
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.