OpenWalnut  1.4.0
Public Member Functions
WMixinVectorTest Class Reference

Unit tests the WMixinVector copy from OSG. More...

#include <WMixinVector_test.h>

+ Inheritance diagram for WMixinVectorTest:

List of all members.

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.

Detailed Description

Unit tests the WMixinVector copy from OSG.

Warning:
THIS IS FAR AWAY FROM BEING A COMPLETE UNIT TEST SUIT FOR WMIXINVECTOR!!!

Definition at line 46 of file WMixinVector_test.h.


Member Function Documentation

If you have a std::vector< T > copy construction should still be possible.

Definition at line 90 of file WMixinVector_test.h.

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.

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().


The documentation for this class was generated from the following file: