Changeset 3712 in Sophya for trunk/SophyaLib/HiStats/basedtable.h
- Timestamp:
- Dec 10, 2009, 7:10:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/basedtable.h
r3392 r3712 33 33 //! Copy constructor 34 34 DataTableRow( DataTableRow const & a ); 35 //! Destructor 36 ~DataTableRow(); 35 37 //! Returns the value for column \b k. No bound checking performed 36 38 inline MuTyV operator[] (sa_size_t k) const { return mtv_[k]; }
Note:
See TracChangeset
for help on using the changeset viewer.