Changeset 501 in Sophya for trunk/SophyaLib/NTools/tvector.h


Ignore:
Timestamp:
Oct 23, 1999, 12:21:23 PM (26 years ago)
Author:
ansari
Message:

cvector.h ne servait a rien cmv 23/10/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/NTools/tvector.h

    r490 r501  
    3030  inline T& operator()(uint_4 n) {return (*this)[n];}
    3131  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];}
    3234
    3335  // Operateur d'affectation
     
    7375}
    7476
     77// Typedef pour simplifier
     78// typedef TVector<r_8> Vector;
     79
    7580/////////////////////////////////////////////////////////////////////////
    7681// Classe pour la gestion de persistance
Note: See TracChangeset for help on using the changeset viewer.