Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
ScopedPtrVect_test Class Reference

Description

Test:
ScopedPtrVect manages the lifecycle of a number of objects. The API is similar to a vector and allows for element access and iteration. Individual elements can be detached and thus removed from the responsibility of the container.

Definition at line 45 of file scoped-ptrvect-test.cpp.

Private Member Functions

virtual void run (Arg)
 
void simpleUsage ()
 
void iterating ()
 
void detaching ()
 
void moving ()
 

Member Function Documentation

◆ run()

virtual void run ( Arg  )
inlineprivatevirtual

Definition at line 49 of file scoped-ptrvect-test.cpp.

References ScopedPtrVect_test::detaching(), ScopedPtrVect_test::iterating(), ScopedPtrVect_test::moving(), and ScopedPtrVect_test::simpleUsage().

+ Here is the call graph for this function:

◆ simpleUsage()

void simpleUsage ( )
inlineprivate

Definition at line 60 of file scoped-ptrvect-test.cpp.

References Dummy::checksum().

Referenced by ScopedPtrVect_test::run().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ iterating()

void iterating ( )
inlineprivate

Definition at line 99 of file scoped-ptrvect-test.cpp.

References Dummy::checksum(), and VERIFY_ERROR.

Referenced by ScopedPtrVect_test::run().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ detaching()

void detaching ( )
inlineprivate

Definition at line 146 of file scoped-ptrvect-test.cpp.

References Dummy::checksum().

Referenced by ScopedPtrVect_test::run().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ moving()

void moving ( )
inlineprivate

Definition at line 184 of file scoped-ptrvect-test.cpp.

References Dummy::checksum().

Referenced by ScopedPtrVect_test::run().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:
+ Inheritance diagram for ScopedPtrVect_test:
+ Collaboration diagram for ScopedPtrVect_test:

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