Enhancement - parse sequence like 1,3,5-10 for IDs

- Now parses sequences as well as IDs.
- Sequences implemented for the info report.
This commit is contained in:
Paul Beckingham
2009-05-05 01:59:07 -04:00
parent d135dc2337
commit fb674a5626
5 changed files with 52 additions and 37 deletions

View File

@@ -84,6 +84,7 @@ public:
void getAnnotations (std::map <time_t, std::string>&) const;
void setAnnotations (const std::map <time_t, std::string>&);
void addAnnotation (const std::string&);
bool inSequence (int) const;
const std::string compose () const;
const std::string composeCSV ();