rooContItr


class description - source file - inheritance tree

class rooContItr : public rooContObj


    public:
rooContItr rooContItr() rooContItr rooContItr(rooContItr&) virtual void ~rooContItr() TClass* Class() virtual TClass* IsA() const Bool_t next() Bool_t scan(const rooObj& obj, Int_t openmode = kooNoOpen) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) virtual Int_t typeN()

Data Members


Class Description

 rooContItr corresponds to ooItr(ooContObj) class

 Iterator class for containers.

rooContItr()
 default ctor

Bool_t next()
 Sets the iterator to reference the next container in the current
 iteration.

 Returns kTRUE if there is a next container within the iteration, and
 kFALSE if all of the containers in the iteration have been traversed
 or if an error occurred.

Bool_t scan(const rooObj& ob, Int_t mode)
  Initializes an iterator to traverse all containers in the database or
 federated database referenced by ob.

Int_t typeN()
 Gets class type number of currently referenced object.



Inline Functions


            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
         rooContItr rooContItr(rooContItr&)
               void ~rooContItr()


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.