Enhancement - Record accessors
- Implemented a variety of get/set routines for Record.
This commit is contained in:
1
src/T.h
1
src/T.h
@@ -77,7 +77,6 @@ public:
|
||||
void getAttributes (std::map<std::string, std::string>&);
|
||||
const std::string getAttribute (const std::string&);
|
||||
void setAttribute (const std::string&, const std::string&);
|
||||
void setAttributes (const std::map <std::string, std::string>&);
|
||||
void removeAttribute (const std::string&);
|
||||
|
||||
void getAnnotations (std::map <time_t, std::string>&) const;
|
||||
|
||||
Reference in New Issue
Block a user