#include "unittest.h"
#include <iostream>
#include "vectormemoryhelper.h"
#include <cmath>
Go to the source code of this file.
§ main()
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
§ testAssign()
§ testBinaryOperators()
| void testBinaryOperators |
( |
| ) |
|
§ testBinaryOperatorsImpl()
template<typename M1 , typename M2 >
| void testBinaryOperatorsImpl |
( |
| ) |
|
§ testCount()
§ testDec()
§ testDivEq()
§ testFirstOne()
§ testInc()
§ testLogicalOperatorsImpl()
template<typename M1 , typename M2 >
| void testLogicalOperatorsImpl |
( |
| ) |
|
§ testMinusEq()
§ testPlusEq()
§ testTimesEq()
§ testZero()