Changes

From Genome Analysis Wiki
Jump to navigationJump to search
Line 179: Line 179:  
| Returns the character code (M, I, D, N, S, H, or P) associated with this operation.
 
| Returns the character code (M, I, D, N, S, H, or P) associated with this operation.
 
|-
 
|-
| <code>bool CigarOperator::operator == (CigarOperator &rhs)</code>
+
| <code>bool CigarOperator::operator == (const CigarOperator &rhs)</code>
 
| Returns true if the passed in operator is the same as this operator, false if not.
 
| Returns true if the passed in operator is the same as this operator, false if not.
 
|-
 
|-
| <code>bool CigarOperator::operator != (CigarOperator &rhs)</code>
+
| <code>bool CigarOperator::operator != (const CigarOperator &rhs)</code>
 
| Returns true if the passed in operator is not the same as this operator, false if they are the same.
 
| Returns true if the passed in operator is not the same as this operator, false if they are the same.
 
|}
 
|}
      
= CigarRoller=
 
= CigarRoller=

Navigation menu