Changeset 3853 in Sophya


Ignore:
Timestamp:
Aug 12, 2010, 12:59:10 AM (15 years ago)
Author:
ansari
Message:

modifs ds commentaires/doxygen, Reza 12/08/2010

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/TArray/tvector.cc

    r3831 r3853  
    1 // $Id: tvector.cc,v 1.25 2010-08-05 12:16:20 ansari Exp $
     1// $Id: tvector.cc,v 1.26 2010-08-11 22:59:10 ansari Exp $
    22//                         C.Magneville          04/99
    33#include "sopnamsp.h"
     
    127127}
    128128
    129 //! Constructor from a STL vector
     129//! Constructor from an STL vector
    130130template <class T>
    131131TVector<T>::TVector(const vector<T>& v, short lcv)
     
    214214}
    215215
    216 //! Fill from a STL vector
     216//! Fill from an STL vector
    217217/*!
    218218  \param v : STL vector to copy
    219   \param noresize : "true" means TVector keeps its size
     219  \param noresize : "true" means TVector keeps its size, if "false", ReSize(, ,false) is called
    220220  \warning Filling is always done starting at TVector(0)
    221221 */
     
    232232}
    233233
    234 //! Fill a STL vector
     234//! Fill an STL vector
    235235/*!
    236236  \param v : STL vector to fill
    237   \param addtoend : "true" means TVector will be added at the end of "v"
     237  \param addtoend : "true" means TVector elements will be appended at the end of "v"
    238238 */
    239239template <class T>
Note: See TracChangeset for help on using the changeset viewer.