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>
 +
| Sets the passed in std::string to the string representation of this CIGAR object.
 
|-
 
|-
 
| <code>void Cigar::getExpandedString(std::string &s)</code>
 
| <code>void Cigar::getExpandedString(std::string &s)</code>
Line 75: Line 77:     
|}
 
|}
      
== Overloaded Streaming Operators ==  
 
== Overloaded Streaming Operators ==  

Navigation menu