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:
1
src/T.h
1
src/T.h
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user