Lumiera  0.pre.03
»edit your freedom«
IterQueue< TY >::Builder Struct Reference

#include "lib/iter-stack.hpp"

Description

template<class TY>
struct lib::IterQueue< TY >::Builder

Adapter for use as opaque sequence.

This builder exposes generic operations to prepare and pre-fill a sequence

Definition at line 244 of file iter-stack.hpp.

Public Member Functions

 Builder (IterQueue &initialElements)
 
template<typename IT >
IterQueueusingSequence (IT src)
 
IterQueuewrapping (TY const &elm)
 

Private Attributes

IterQueuequeue_
 

Additional Inherited Members

- Protected Member Functions inherited from NonCopyable
 NonCopyable (NonCopyable const &)=delete
 
NonCopyableoperator= (NonCopyable const &)=delete
 
+ Inheritance diagram for IterQueue< TY >::Builder:
+ Collaboration diagram for IterQueue< TY >::Builder:

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