Changeset 8073 for trunk/MagicSoft/Mars/mdata
- Timestamp:
- 10/16/06 19:43:37 (18 years ago)
- Location:
- trunk/MagicSoft/Mars/mdata
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mdata/DataLinkDef.h
r3666 r8073 14 14 #pragma link C++ class MDataFormula+; 15 15 16 #pragma link C++ class MDataPhrase+; 17 16 18 #endif -
trunk/MagicSoft/Mars/mdata/MDataList.cc
r7804 r8073 310 310 // 311 311 // Builds a rule from all the list members. This is a rule which could 312 // be used to rebuild the list using the constructor of a MData Chain312 // be used to rebuild the list using the constructor of a MDataPhrase 313 313 // 314 314 TString MDataList::GetRule() const -
trunk/MagicSoft/Mars/mdata/MDataMember.cc
r3572 r8073 187 187 // -------------------------------------------------------------------------- 188 188 // 189 // Builds a rule which c n be used in a MDataChainto describe this object189 // Builds a rule which can be used in a MDataPhrase to describe this object 190 190 // 191 191 TString MDataMember::GetRule() const -
trunk/MagicSoft/Mars/mdata/Makefile
r3927 r8073 16 16 17 17 SRCFILES = MData.cc \ 18 MDataPhrase.cc \ 18 19 MDataArray.cc \ 19 20 MDataElement.cc \
Note:
See TracChangeset
for help on using the changeset viewer.