Changeset 501 in Sophya for trunk/SophyaLib/NTools/tvector.h
- Timestamp:
- Oct 23, 1999, 12:21:23 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/tvector.h
r490 r501 30 30 inline T& operator()(uint_4 n) {return (*this)[n];} 31 31 inline T const& operator()(uint_4 n) const {return (*this)[n];} 32 inline T& Element(uint_4 n) {return (*this)[n];} 33 inline T const& Element(uint_4 n) const {return (*this)[n];} 32 34 33 35 // Operateur d'affectation … … 73 75 } 74 76 77 // Typedef pour simplifier 78 // typedef TVector<r_8> Vector; 79 75 80 ///////////////////////////////////////////////////////////////////////// 76 81 // Classe pour la gestion de persistance
Note:
See TracChangeset
for help on using the changeset viewer.