Changeset 2719 in Sophya for trunk/SophyaLib/TArray/tvector.h
- Timestamp:
- May 13, 2005, 6:44:31 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/tvector.h
r2575 r2719 20 20 TVector(const TArray<T>& a, bool share, short lcv=AutoVectorType, short mm=AutoMemoryMapping); 21 21 TVector(const BaseArray& a); 22 TVector(const vector<T>& v, short lcv=AutoVectorType); 22 23 23 24 virtual ~TVector(); … … 44 45 { ReSize(n, lcv, fzero); } 45 46 void Realloc(sa_size_t n, short lcv=SameVectorType, bool force=false); 47 48 // Remplissage from/to a STL vector 49 sa_size_t FillFr(const vector<T>& v,bool noresize=false); 50 sa_size_t FillTo(vector<T>& v,bool addtoend=false); 46 51 47 52 // Sub-Vector extraction $CHECK$ Reza 03/2000 Doit-on declarer cette methode const ?
Note:
See TracChangeset
for help on using the changeset viewer.