Changeset 1535 for trunk/yat/utility/DataWeightProxy.h
- Timestamp:
- Sep 25, 2008, 9:01:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/DataWeightProxy.h
r1533 r1535 22 22 along with yat. If not, see <http://www.gnu.org/licenses/>. 23 23 */ 24 25 #include "DataWeight.h" 24 26 25 27 namespace theplu { … … 62 64 */ 63 65 const double& weight(void) const; 66 67 /** 68 \brief assignment operator 69 */ 70 DataWeightProxy& operator=(const DataWeight& rhs); 71 72 /** 73 \brief Conversion to DataWeight 74 */ 75 operator DataWeight() const; 76 64 77 private: 65 78 double& data_;
Note: See TracChangeset
for help on using the changeset viewer.