Lumiera  0.pre.03
»edit your freedom«
ScopedHolderTransfer_test Class Reference

Description

Test:
growing a vector containing noncopyable objects wrapped into ScopedHolder instances.

This requires the use of a custom allocator, invoking a transfer_control() function to be provided for the concrete noncopyable class type, being invoked when the vector needs to reallocate.

Definition at line 106 of file scoped-holder-transfer-test.cpp.

Private Member Functions

template<class HO >
void buildVector ()
 
template<class HO >
void checkErrorHandling ()
 
void create_contained_object (HolderD &holder)
 
void create_contained_object (PtrHolderD &holder)
 
template<class HO >
void growVector ()
 
virtual void run (Arg)
 
+ Inheritance diagram for ScopedHolderTransfer_test:
+ Collaboration diagram for ScopedHolderTransfer_test:

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