Ignore:
Timestamp:
Sep 25, 2008, 9:01:48 PM (15 years ago)
Author:
Peter
Message:

fixing DataWeightProxy?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/utility/DataWeightProxy.h

    r1533 r1535  
    2222  along with yat. If not, see <http://www.gnu.org/licenses/>.
    2323*/
     24
     25#include "DataWeight.h"
    2426
    2527namespace theplu {
     
    6264     */
    6365    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
    6477  private:
    6578    double& data_;
Note: See TracChangeset for help on using the changeset viewer.