Enhancement - delete sequences
- Implemented sequences for delete command - Renamed T::inSequence to T::sequenceContains, which makes the code read more naturally.
This commit is contained in:
2
src/T.h
2
src/T.h
@@ -84,7 +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;
|
||||
bool sequenceContains (int) const;
|
||||
|
||||
const std::string compose () const;
|
||||
const std::string composeCSV ();
|
||||
|
||||
Reference in New Issue
Block a user