Changes

From Genome Analysis Wiki
Jump to navigationJump to search
Line 14: Line 14:  
** Problems with passing in std::string& as a parameter to be set.
 
** Problems with passing in std::string& as a parameter to be set.
 
*** people typically want to operate on the return of the method.
 
*** people typically want to operate on the return of the method.
 +
** One idea was returning a reference to a string
 +
*** Does that solve the problem?  Won't the contents change when a new one is read?  Is that what we want?
   −
==== Useful Links ====
+
 
 +
=== Useful Links ===
 
BAM Library FAQs: http://genome.sph.umich.edu/wiki/SAM/BAM_Library_FAQs
 
BAM Library FAQs: http://genome.sph.umich.edu/wiki/SAM/BAM_Library_FAQs
  

Navigation menu