Changes in src/Parser/TremoloParser.hpp [4d4d33:56f73b]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/TremoloParser.hpp
r4d4d33 r56f73b 35 35 void setFieldsForSave(std::string atomDataLine); 36 36 37 void parseKnownTypes(std::istream &file);38 void createKnownTypesByIdentity();39 40 37 41 38 private: … … 53 50 54 51 /** 55 * Map to associate the elements with stuff in "Type", e.g. OC2 -> O.56 */57 std::map<std::string, std::string> knownTypes;58 59 /**60 52 * Map to associate the known keys with numbers. 61 53 */ 62 54 std::map<std::string, TremoloKey::atomDataKey> knownKeys; 63 64 /**65 * Inverse Map to have a name to each known keys.66 */67 std::map<TremoloKey::atomDataKey, std::string> knownKeyNames;68 55 69 56 /**
Note:
See TracChangeset
for help on using the changeset viewer.