58 |
|
|
59 |
|
#pragma link C++ class mithep::Names+; |
60 |
|
|
61 |
< |
#pragma link C++ class mithep::Collection<TRef>+; |
61 |
> |
#pragma link C++ class mithep::Collection<TRef>+; //todo remvoe for Mit_008 |
62 |
|
#pragma link C++ class mithep::Collection<std::string>+; //todo remove for Mit_008 |
63 |
|
#pragma link C++ typedef mithep::StringCol; //todo remove for Mit_008 |
64 |
|
#pragma link C++ class mithep::Vector<std::string>+; //todo remove for Mit_008 |
65 |
|
#pragma link C++ typedef mithep::StringVec; //todo remove for Mit_008 |
66 |
|
|
67 |
+ |
#pragma link C++ class mithep::Collection<TObject>+; |
68 |
+ |
#pragma link C++ class mithep::ObjArray<TObject>+; |
69 |
+ |
|
70 |
|
#pragma link C++ class mithep::DataBase+; |
71 |
+ |
#pragma link C++ class mithep::Collection<mithep::DataBase>+; |
72 |
+ |
#pragma link C++ class mithep::Array<mithep::DataBase>+; |
73 |
+ |
#pragma link C++ class mithep::ObjArray<mithep::DataBase>+; |
74 |
+ |
#pragma link C++ typedef mithep::DataObjectCol; |
75 |
+ |
#pragma link C++ typedef mithep::DataObjectArr; |
76 |
+ |
#pragma link C++ typedef mithep::DataObjectOArr; |
77 |
|
#pragma link C++ enum mithep::EObjType; |
78 |
|
|
79 |
|
#pragma link C++ class mithep::BitMask<1>+; |