Changeset 1412 in Sophya for trunk/SophyaLib/TArray/tvector.h
- Timestamp:
- Feb 20, 2001, 7:29:18 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/tvector.h
r1156 r1412 40 40 // Gestion taille/Remplissage 41 41 void ReSize(sa_size_t n, short lcv=SameVectorType ); 42 //! a synonym (alias) for method ReSize(sa_size_t, short) 43 inline void SetSize(sa_size_t n, short lcv=SameVectorType ) 44 { ReSize(n, lcv); } 42 45 void Realloc(sa_size_t n, short lcv=SameVectorType, bool force=false); 43 46
Note:
See TracChangeset
for help on using the changeset viewer.