Ignore:
Timestamp:
09/16/02 10:10:17 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MParList.h

    r1477 r1524  
    3636
    3737public:
     38    enum { kDoNotReset = BIT(15) };
     39
    3840    MParList(const char *name=NULL, const char *title=NULL);
    3941    MParList(MParList &ts);
     
    4547
    4648    Bool_t Replace(MParContainer *obj);
     49    void   Remove(MParContainer *obj);
    4750
    4851    void SetLogStream(MLog *log);
     
    7881
    7982    void SetOwner(Bool_t enable=kTRUE);
     83    Bool_t IsOwner() const { return TestBit(kIsOwner); }
    8084
    8185    void Print(Option_t *t = NULL) const;
     
    8488    void SetNames(TObjArray &arr);
    8589
     90    void SavePrimitive(ofstream &out, Option_t *o="");
     91
    8692    ClassDef(MParList, 1) // list of parameter containers (MParContainer)
    8793};
Note: See TracChangeset for help on using the changeset viewer.