Changes

From Genome Analysis Wiki
Jump to navigationJump to search
Line 206: Line 206:  
| Add the contents of the specified CigarRoller to this object.
 
| Add the contents of the specified CigarRoller to this object.
 
|-
 
|-
| <code>CigarRoller & CigarRoller::operator += (CigarOperator &rhs)</code>
+
| <code>CigarRoller & CigarRoller::operator += (const CigarOperator &rhs)</code>
 +
| Append the specified cigar operation to this object.
 +
|-
 +
| <code>CigarRoller & CigarRoller::operator = (CigarRoller &rhs)</code>
 
| Append the specified cigar operation to this object.
 
| Append the specified cigar operation to this object.
 
|-
 
|-
Line 233: Line 236:  
| Clear this object so that it has 0 Cigar Operations.
 
| Clear this object so that it has 0 Cigar Operations.
 
|}
 
|}
      
== Overloaded Streaming Operators ==  
 
== Overloaded Streaming Operators ==  

Navigation menu