Changeset 13743e for molecuilder/src/Actions/ActionRegistry.hpp
- Timestamp:
- May 8, 2010, 10:00:16 PM (15 years ago)
- Children:
- ae8b90
- Parents:
- 48b5fd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Actions/ActionRegistry.hpp
r48b5fd r13743e 23 23 void registerAction(Action*); 24 24 25 std::map<const std::string,Action*>::iterator getBeginIter(); 26 std::map<const std::string,Action*>::iterator getEndIter(); 27 25 28 private: 26 29 std::map<const std::string,Action*> actionMap;
Note:
See TracChangeset
for help on using the changeset viewer.