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