Changeset 14448 for trunk/Mars/mfbase
- Timestamp:
- 10/02/12 11:45:31 (12 years ago)
- Location:
- trunk/Mars/mfbase
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mfbase/MF.h
r8091 r14448 31 31 MFilter *ParseString(TString txt, Int_t level); 32 32 */ 33 void StreamPrimitive( ostream &out) const;33 void StreamPrimitive(std::ostream &out) const; 34 34 35 35 public: -
trunk/Mars/mfbase/MFDataChain.h
r7804 r14448 28 28 Bool_t fResult; //! 29 29 30 void StreamPrimitive( ostream &out) const;30 void StreamPrimitive(std::ostream &out) const; 31 31 32 32 Int_t PreProcess(MParList *pList); -
trunk/Mars/mfbase/MFDataMember.h
r7804 r14448 22 22 Double_t fValue; 23 23 24 void StreamPrimitive( ostream &out) const;24 void StreamPrimitive(std::ostream &out) const; 25 25 26 26 Int_t PreProcess(MParList *pList); -
trunk/Mars/mfbase/MFDataPhrase.h
r8709 r14448 29 29 MFilter *ParseString(TString txt, Int_t level); 30 30 31 void StreamPrimitive( ostream &out) const;31 void StreamPrimitive(std::ostream &out) const; 32 32 33 33 public: -
trunk/Mars/mfbase/MFilterList.h
r9157 r14448 29 29 enum { kIsOwner = BIT(14) }; 30 30 31 void StreamPrimitive( ostream &out) const;31 void StreamPrimitive(std::ostream &out) const; 32 32 33 33 void Init(const char *name, const char *title);
Note:
See TracChangeset
for help on using the changeset viewer.