Lumiera 0.pre.04
»edit your freedom«
Loading...
Searching...
No Matches
IterQueue_test Class Reference

Description

Test:
cover an easy to use queue, built as convenience wrapper on top of std::deque and allowing element retrieval by iteration.
  • iterable according to the Lumiera Forward Iterator concept
  • can enqueue and dequeue elements repeatedly
  • can be loaded through an generic builder API.
See also
IterExplorer
IterAdapter

Definition at line 51 of file iter-queue-test.cpp.

Private Member Functions

virtual void run (Arg)
 

Member Function Documentation

◆ run()

virtual void run ( Arg  )
inlineprivatevirtual

Definition at line 55 of file iter-queue-test.cpp.

References lib::elements(), IterQueue< TY >::feed(), IterQueue< TY >::pop(), and VERIFY_ERROR.

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

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