yat  0.10.4pre
Public Member Functions
theplu::yat::omic::BamWriteIterator Class Reference

Output iterator for bam file. More...

#include </scratch/bob/jari/tmp/pristine/yat-0.10.x/yat/omic/BamWriteIterator.h>

List of all members.

Public Member Functions

 BamWriteIterator (void)
 Default contructor.
 BamWriteIterator (OutBamFile &out)

Detailed Description

Output iterator for bam file.

A BamWriteIterator is an <a href="http://www.sgi.com/tech/stl/OutputIterator.html">Output Iterator</a> that writes output to a
specific OutBamFile. The writing is performed via
*iter = bam;

where operator* retunrns a proxy which when assigned writes the right hand side to associated OutBamFile.

See also:
OutBamFile and std::ostream_iterator
Since:
New in yat 0.10

Constructor & Destructor Documentation

theplu::yat::omic::BamWriteIterator::BamWriteIterator ( void  )

Default contructor.

result is not dereferencable

theplu::yat::omic::BamWriteIterator::BamWriteIterator ( OutBamFile out)
explicit

Creates an iterator that is associated with out.


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

Generated on Mon Nov 11 2013 09:41:45 for yat by  doxygen 1.8.1