Enhancement - annotation substitution
- Annotations are now modifiable using the /from/to/ modification command.
This commit is contained in:
3
src/T.h
3
src/T.h
@@ -79,7 +79,8 @@ public:
|
||||
void removeAttribute (const std::string&);
|
||||
void removeAttributes ();
|
||||
|
||||
void getAnnotations (std::map <time_t, std::string>&);
|
||||
void getAnnotations (std::map <time_t, std::string>&) const;
|
||||
void setAnnotations (const std::map <time_t, std::string>&);
|
||||
void addAnnotation (const std::string&);
|
||||
|
||||
const std::string compose () const;
|
||||
|
||||
Reference in New Issue
Block a user