Generated on Tue Sep 25 2012 20:53:26 for Gecode by doxygen 1.7.5
Gecode::CloneStatistics Class Reference

Statistics for execution of clone More...

#include <core.hpp>

List of all members.

Public Member Functions

 CloneStatistics (void)
 Initialize.
void reset (void)
 Reset information.
CloneStatistics operator+ (const CloneStatistics &s)
 Return sum with s.
CloneStatisticsoperator+= (const CloneStatistics &s)
 Increment by statistics s.

Detailed Description

Statistics for execution of clone


Constructor & Destructor Documentation

Gecode::CloneStatistics::CloneStatistics ( void  ) [inline]

Initialize.

Definition at line 3449 of file core.hpp.


Member Function Documentation

void Gecode::CloneStatistics::reset ( void  ) [inline]

Reset information.

Definition at line 3446 of file core.hpp.

CloneStatistics Gecode::CloneStatistics::operator+ ( const CloneStatistics s) [inline]

Return sum with s.

Definition at line 3453 of file core.hpp.

CloneStatistics & Gecode::CloneStatistics::operator+= ( const CloneStatistics s) [inline]

Increment by statistics s.

Definition at line 3458 of file core.hpp.


The documentation for this class was generated from the following file: