vdj_pipe
pipeline for processing DNA sequence data
|
#include <depth_first_iterator.hpp>
Public Member Functions | |
Depth_iter (Gdst const &t, const Branch_id bid) | |
void | next () |
Branch_id | id () const |
bool | at_end () const |
Private Types | |
typedef std::pair< Branch_id, unsigned > | branch_t |
typedef std::stack< branch_t > | stack |
Private Attributes | |
Gdst const & | t_ |
stack | s_ |
|
private |
|
private |
|
inline |
|
inline |
|
inline |
void vdj_pipe::gdst::Depth_iter::next | ( | ) |
|
private |
|
private |