- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/TremoloAtomInfoContainer.hpp
r56f73b r4d4d33 27 27 TremoloAtomInfoContainer(); 28 28 void set(TremoloKey::atomDataKey key, std::string value); 29 std::string get(TremoloKey::atomDataKey key) ;29 std::string get(TremoloKey::atomDataKey key) const; 30 30 std::string F; 31 31 std::string stress; 32 32 std::string imprData; 33 33 std::string GroupMeasureTypeNo; 34 std::string Type; 34 35 std::string extType; 35 36 std::string name; … … 48 49 }; 49 50 51 std::ostream& operator<<(std::ostream& out, const TremoloAtomInfoContainer&); 50 52 51 53 #endif /* TREMOLOATOMINFOCONTAINER_HPP_ */
Note:
See TracChangeset
for help on using the changeset viewer.