On 27/07/11 21:35, Weese, David wrote:
Hi John, I tend to look in the reference section of the documentation so I was here: http://www.seqan.de/dddoc/html_devel/SPEC_Index_Esa.html I could see the definition Index<TText, IndexEsa<> > but from this page I had no idea I could overload the SAValue, or indeed if I could whether it would be an argument to the IndexEsa template or to the Index template. Are you saying I need to specialise the metafunction SAValue to overload it for my index? Presumably this must be done in the seqan namespace? Is the SAValue for the index not a template argument to Index? Thanks, John.
|