Ignore:
Timestamp:
Mar 10, 2000, 4:23:01 PM (26 years ago)
Author:
ansari
Message:

Ajout de l'argument bool zero ds NDataBlock<T>::Alloc()
Fonction pour construire un message d'exception avec num de ligne et
nom de fichier ds pexceptions.h .cc

Reza 10/3/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/ndatablock.h

    r754 r773  
    109109  typedef struct {size_t nref; T* data; Bridge* bridge; } NDREF;
    110110
    111   void Alloc(size_t n,T* data=NULL,Bridge* br=NULL);
     111  void Alloc(size_t n,T* data=NULL,Bridge* br=NULL, bool zero=true);
    112112  void Delete(void);
    113113
Note: See TracChangeset for help on using the changeset viewer.