vdj_pipe
pipeline for processing DNA sequence data
Public Types | Public Member Functions | Protected Types | Protected Attributes | Friends | List of all members
vdj_pipe::detail::Base_id< Super, Val > Class Template Reference

Public Types

typedef Val value_type
 

Public Member Functions

 Base_id (const value_type val)
 
 Base_id (Super const &s)
 
bool operator== (const Super &t) const
 
bool operator< (const Super &t) const
 
bool operator<= (const Super &t) const
 
bool operator> (const Super &t) const
 
bool operator>= (const Super &t) const
 
bool operator!= (const Super &t) const
 
value_type operator() () const
 
 operator unspecified_bool_type () const
 

Protected Types

typedef Base_id base
 

Protected Attributes

value_type val_
 

Friends

class Id_iterator< Super >
 

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