#include <Valuation.h>
Inheritance diagram for dbm::Valuation< S >:

Public Member Functions | |
| Valuation (size_t size) | |
| Constructor. | |
| Valuation (const Valuation< S > &original) | |
| Copy constructor. | |
| ~Valuation () | |
| Valuation< S > & | operator+= (S value) |
| Add value to all the elements of this vector EXCEPT element 0 (reference clock). | |
| Valuation< S > & | operator-= (S value) |
| Subtract value to all the elements of this vector. | |
We don't use array_t because we don't want to resize but we need basic memory alloc/dealloc.
|
||||||||||
|
Constructor.
|
|
||||||||||
|
Copy constructor.
|
|
|||||||||
|
|
|
||||||||||
|
Add value to all the elements of this vector EXCEPT element 0 (reference clock).
|
|
||||||||||
|
Subtract value to all the elements of this vector.
|
1.4.2