Changes

From Genome Analysis Wiki
Jump to navigationJump to search
Line 14: Line 14:  
| <code>void Cigar::getCigarString(String& cigarString)</code>
 
| <code>void Cigar::getCigarString(String& cigarString)</code>
 
| Sets the passed in String to the string representation of this CIGAR object.
 
| Sets the passed in String to the string representation of this CIGAR object.
 +
|-
 
| <code>void Cigar::getCigarString(std::string& cigarString)</code>
 
| <code>void Cigar::getCigarString(std::string& cigarString)</code>
 
| Sets the passed in std::string to the string representation of this CIGAR object.
 
| Sets the passed in std::string to the string representation of this CIGAR object.

Navigation menu