#include "base/pointer.h"#include "debug/utils.h"Go to the source code of this file.
Namespaces | |
| namespace | dbm |
Typedefs | |
| typedef Valuation< int32_t > | IntValuation |
| IntValuation = Valuation<int32_t>. | |
| typedef Valuation< double > | DoubleValuation |
| DoubleValuation = Valuation<double>. | |
Functions | |
| static DoubleValuation & | operator+= (DoubleValuation &d, int32_t v) |
| Overload += for automatic cast. | |
| static std::ostream & | operator<< (std::ostream &os, const IntValuation &i) |
| Overload << IntValuation. | |
| static std::ostream & | operator<< (std::ostream &os, const DoubleValuation &d) |
| Overload << DoubleValuation. | |
|
|
DoubleValuation = Valuation<double>.
|
|
|
IntValuation = Valuation<int32_t>.
|
|
||||||||||||
|
Overload += for automatic cast.
|
|
||||||||||||
|
Overload << DoubleValuation.
|
|
||||||||||||
|
Overload << IntValuation.
|
1.4.2