![]() |
OpenWalnut
1.5.0dev
|
Unit tests the WMixinVector copy from OSG. More...
#include <WMixinVector_test.h>
Inheritance diagram for WMixinVectorTest:
Collaboration diagram for WMixinVectorTest:Public Member Functions | |
| void | testDefaultCtor (void) |
| Test the default Ctor. More... | |
| void | testSizeValueCtor (void) |
| You may initialize a vector with a given size and optionally with a default value of the elments. More... | |
| void | testCopyCtorOnWMixinVector (void) |
| If you have another WMixinVector a copy construction should be possible. More... | |
| void | testCopyCtorOnRealSTDVector (void) |
| If you have a std::vector< T > copy construction should still be possible. More... | |
| void | testIteratorConstructor (void) |
| A creation should also be possible out of iterators. More... | |
Unit tests the WMixinVector copy from OSG.
Definition at line 46 of file WMixinVector_test.h.
|
inline |
If you have a std::vector< T > copy construction should still be possible.
Definition at line 90 of file WMixinVector_test.h.
|
inline |
If you have another WMixinVector a copy construction should be possible.
Definition at line 78 of file WMixinVector_test.h.
|
inline |
Test the default Ctor.
Definition at line 52 of file WMixinVector_test.h.
|
inline |
A creation should also be possible out of iterators.
Definition at line 102 of file WMixinVector_test.h.
References WMixinVector< ValueT >::size().
Here is the call graph for this function:
|
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().
Here is the call graph for this function: