Changeset 2891 in Sophya for trunk/SophyaLib/HiStats/swppfdtable.h
- Timestamp:
- Jan 9, 2006, 6:35:53 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/swppfdtable.h
r2827 r2891 26 26 virtual sa_size_t AddColumn(FieldType ft, string const & cnom); 27 27 28 // Filling data structures (adding lines )29 virtual sa_size_t Add Line(const r_8* data);30 virtual sa_size_t Add Line(const MuTyV * data);28 // Filling data structures (adding lines/rows) 29 virtual sa_size_t AddRow(const r_8* data); 30 virtual sa_size_t AddRow(const MuTyV * data); 31 31 32 //! Equal (copy) operator - Copies the data and the structure if necessary from \b a 33 inline SwPPFDataTable& operator = (BaseDataTable const& a) 34 { CopyMerge(a, true) ; return *this ; } 32 35 //! Equal (copy) operator - Copies the structure and shares the data \b a 33 inline SwPPFDataTable& operator = (SwPPFDataTable const& a)36 inline SwPPFDataTable& operator = (SwPPFDataTable const& a) 34 37 { Clear(); Share(a); return *this ; } 35 38
Note:
See TracChangeset
for help on using the changeset viewer.