OpenWalnut
1.4.0
|
Unit tests the WMixinVector copy from OSG. More...
#include <WMixinVector_test.h>
Public Member Functions | |
void | testDefaultCtor (void) |
Test the default Ctor. | |
void | testSizeValueCtor (void) |
You may initialize a vector with a given size and optionally with a default value of the elments. | |
void | testCopyCtorOnWMixinVector (void) |
If you have another WMixinVector a copy construction should be possible. | |
void | testCopyCtorOnRealSTDVector (void) |
If you have a std::vector< T > copy construction should still be possible. | |
void | testIteratorConstructor (void) |
A creation should also be possible out of iterators. |
Unit tests the WMixinVector copy from OSG.
Definition at line 46 of file WMixinVector_test.h.
void WMixinVectorTest::testCopyCtorOnRealSTDVector | ( | void | ) | [inline] |
If you have a std::vector< T > copy construction should still be possible.
Definition at line 90 of file WMixinVector_test.h.
void WMixinVectorTest::testCopyCtorOnWMixinVector | ( | void | ) | [inline] |
If you have another WMixinVector a copy construction should be possible.
Definition at line 78 of file WMixinVector_test.h.
void WMixinVectorTest::testDefaultCtor | ( | void | ) | [inline] |
Test the default Ctor.
Definition at line 52 of file WMixinVector_test.h.
void WMixinVectorTest::testIteratorConstructor | ( | void | ) | [inline] |
A creation should also be possible out of iterators.
Definition at line 102 of file WMixinVector_test.h.
References WMixinVector< ValueT >::size().
void WMixinVectorTest::testSizeValueCtor | ( | void | ) | [inline] |
You may initialize a vector with a given size and optionally with a default value of the elments.
Definition at line 61 of file WMixinVector_test.h.
References WMixinVector< ValueT >::size().