Changeset 9442 for trunk/MagicSoft/Mars/mbase/MArgs.h
- Timestamp:
- 05/10/09 12:01:26 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MArgs.h
r9141 r9442 29 29 Int_t fArgc; //! 30 30 TList fArgv; //! 31 32 MArgsEntry *GetArgument(Int_t i) const; 31 33 32 34 public: … … 66 68 Int_t GetNumEntries() const; 67 69 70 Bool_t RemoveArgument(Int_t i); 71 68 72 ClassDef(MArgs, 0) //Class to parse command line arguments 69 73 };
Note:
See TracChangeset
for help on using the changeset viewer.